[fix] removing struct definition from scanner.re for future generation of scanner.c
This commit is contained in:
@@ -4,10 +4,6 @@
|
||||
|
||||
#include "scanner.h"
|
||||
|
||||
typedef struct scanner {
|
||||
unsigned char *src, *cursor, *start, *end;
|
||||
} scanner_t;
|
||||
|
||||
int scan_token(scanner_t *s)
|
||||
{
|
||||
s->start = s->cursor;
|
||||
|
||||
Reference in New Issue
Block a user