src/javacodegen.h

changeset 36
be60c22cddfe
parent 35
abaf2489c549
child 45
1f3835182aeb
equal deleted inserted replaced
35:abaf2489c549 36:be60c22cddfe
37 extern "C" { 37 extern "C" {
38 #endif 38 #endif
39 39
40 extern const char* jkeywords[]; 40 extern const char* jkeywords[];
41 41
42 int isjtype(char *word, size_t len); 42 int check_jtype(char *word, size_t len);
43 int isjdirective(char *word); 43 int check_jdirective(char *word);
44 void jparseline(char *src, char *dest, highlighter_t *hltr); 44 void jparseline(char *src, char *dest, highlighter_t *hltr);
45 45
46 46
47 #ifdef __cplusplus 47 #ifdef __cplusplus
48 } 48 }

mercurial