Skip to content
Snippets Groups Projects
Commit ddcc74cd authored by benjamin.franksen's avatar benjamin.franksen
Browse files

snc: avoid follow-up syntax error after lexical error

parent ccbd3e3d
No related branches found
No related tags found
No related merge requests found
...@@ -43,7 +43,7 @@ typedef unsigned char uchar; ...@@ -43,7 +43,7 @@ typedef unsigned char uchar;
#define IDENTIFIER(t,e,n) RET(t,n) #define IDENTIFIER(t,e,n) RET(t,n)
#define DELIMITER RET #define DELIMITER RET
#define DONE RET(EOI,0) #define DONE RET(EOI,"")
typedef struct Scanner { typedef struct Scanner {
uchar *bot; /* pointer to bottom (start) of buffer */ uchar *bot; /* pointer to bottom (start) of buffer */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment