src/javacodegen.h

changeset 45
1f3835182aeb
parent 36
be60c22cddfe
child 46
534a4ef4143d
equal deleted inserted replaced
44:2b4ac35d061d 45:1f3835182aeb
39 39
40 extern const char* jkeywords[]; 40 extern const char* jkeywords[];
41 41
42 int check_jtype(char *word, size_t len); 42 int check_jtype(char *word, size_t len);
43 int check_jdirective(char *word); 43 int check_jdirective(char *word);
44 void jparseline(char *src, char *dest, highlighter_t *hltr); 44 void jparseline(char *src, UcxBuffer *dest, highlighter_t *hltr);
45 45
46 46
47 #ifdef __cplusplus 47 #ifdef __cplusplus
48 } 48 }
49 #endif 49 #endif

mercurial