src/javacodegen.c

changeset 49
f86f0b054464
parent 48
b2724c711203
child 50
17408c3607ce
equal deleted inserted replaced
48:b2724c711203 49:f86f0b054464
26 * POSSIBILITY OF SUCH DAMAGE. 26 * POSSIBILITY OF SUCH DAMAGE.
27 * 27 *
28 */ 28 */
29 29
30 #include "javacodegen.h" 30 #include "javacodegen.h"
31 #include <string.h>
32 #include <ctype.h>
33 31
34 const char* jkeywords[] = { 32 const char* jkeywords[] = {
35 "abstract", "continue", "for", "new", "switch", "assert", "default", "goto", 33 "abstract", "continue", "for", "new", "switch", "assert", "default", "goto",
36 "package", "synchronized", "boolean", "do", "if", "private", "this", 34 "package", "synchronized", "boolean", "do", "if", "private", "this",
37 "break", "double", "implements", "protected", "throw", "byte", "else", 35 "break", "double", "implements", "protected", "throw", "byte", "else",

mercurial