Comment and improve ParseSymbol and AppendMacroArg

This commit is contained in:
ISSOtm
2019-08-30 20:47:04 +02:00
parent 6068b565f5
commit dc2c97fe0c
3 changed files with 32 additions and 25 deletions

View File

@@ -65,7 +65,7 @@ void lex_SetBuffer(char *buffer, uint32_t len);
int yywrap(void);
int yylex(void);
void yyunput(char c);
void yyunputstr(char *s);
void yyunputstr(const char *s);
void yyskipbytes(uint32_t count);
void yyunputbytes(uint32_t count);