aboutsummaryrefslogtreecommitdiff
path: root/scan.c
diff options
context:
space:
mode:
Diffstat (limited to 'scan.c')
-rw-r--r--scan.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/scan.c b/scan.c
index f54e5cd..e6b7d70 100644
--- a/scan.c
+++ b/scan.c
@@ -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