src/ccodegen.h

changeset 48
b2724c711203
parent 47
c39ecbbca7c0
child 49
f86f0b054464
     1.1 --- a/src/ccodegen.h	Tue Aug 23 16:34:02 2016 +0200
     1.2 +++ b/src/ccodegen.h	Tue Aug 23 17:24:58 2016 +0200
     1.3 @@ -37,11 +37,7 @@
     1.4  extern "C" {
     1.5  #endif
     1.6  
     1.7 -extern const char* ckeywords[];
     1.8 -
     1.9 -int check_ctype(char *word, size_t len);
    1.10 -int check_cdirective(char *word);
    1.11 -void cparseline(char *src, UcxBuffer *dest, int *mlc);
    1.12 +void c_highlighter(char *src, UcxBuffer *dest, int *mlc);
    1.13  
    1.14  #ifdef	__cplusplus
    1.15  }

mercurial