Skip to content

Commit 01986c2

Browse files
Merge pull request #12 from joast/dup-flex-rule
removed duplicate rule that flex complained about
2 parents 42162aa + 7df3d67 commit 01986c2

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/scan.l

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,6 @@ RANDOMIZE { return RANDOMIZE; }
121121
TIMER { return RANDOMIZE; } // this returns the RANDOMIZE token instead of making a new one
122122
SYS { return SYS; } // same as CALL
123123
SYSTEM { return SYS; } // same as CALL
124-
USING { return USING; }
125124
VARLIST { return VARLIST; }
126125
PAUSE { return PAUSE; }
127126
PRESERVE { return PRESERVE; }

0 commit comments

Comments
 (0)