diff options
-rw-r--r-- | scan.c | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -15,10 +15,9 @@ struct buffer { struct scanner { int chr; - struct token next; + bool usebuf; struct location loc; struct buffer buf; - bool usebuf; }; static void |