summaryrefslogtreecommitdiff
path: root/examples/manual/front.lex
diff options
context:
space:
mode:
Diffstat (limited to 'examples/manual/front.lex')
-rw-r--r--examples/manual/front.lex3
1 files changed, 0 insertions, 3 deletions
diff --git a/examples/manual/front.lex b/examples/manual/front.lex
index 449cb00..0737a37 100644
--- a/examples/manual/front.lex
+++ b/examples/manual/front.lex
@@ -3,9 +3,6 @@
#include <string.h>
#include "y.tab.h" /* this comes from bison */
-#define TRUE 1
-#define FALSE 0
-
#define copy_and_return(token_type) { strcpy(yylval.name,yytext); \
return(token_type); }