Base: Quantity: rename lexer and parser files
Rename files according 7d233dc ("Gui: Rename generated lexer files
to match core naming pattern"). Note that C space errors (space
before tabs, spaces on blank lines, etc.) still need to be fixed
manually after regenerating lexer file.
This commit is contained in:
committed by
Benjamin Nauck
parent
f7c8ce50bc
commit
ed00a6673c
@@ -1,2 +1,2 @@
|
||||
C:\cygwin\bin\flex.exe -oQuantityLexer.c QuantityParser.l
|
||||
C:\cygwin\bin\bison -oQuantityParser.c QuantityParser.y
|
||||
C:\cygwin\bin\flex.exe -oQuantity.lex.c Quantity.l
|
||||
C:\cygwin\bin\bison -oQuantity.tab.c Quantity.y
|
||||
|
||||
Reference in New Issue
Block a user