summaryrefslogtreecommitdiff
path: root/src/main.c
diff options
context:
space:
mode:
authorAkim Demaille <akim@lrde.epita.fr>2015-12-04 16:39:39 +0100
committerWill Estes <westes575@gmail.com>2015-12-05 05:46:19 -0500
commit004399be1262e92b8b38cbf9a4cb5ea7ea2217ad (patch)
tree41194cf543c2561ea791b51f4890c3ca9ad65ca7 /src/main.c
parent4cea6bfe5484ea99cd017bb24a27b54b87601386 (diff)
Replaced FLEX_STD macro with std::.
The std:: construct exists as of C++98, so we can simply assume it is supported.
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/main.c b/src/main.c
index c4bf728..7d45cb3 100644
--- a/src/main.c
+++ b/src/main.c
@@ -533,7 +533,6 @@ void flexend (int exit_status)
"EOB_ACT_END_OF_FILE",
"EOB_ACT_LAST_MATCH",
"FLEX_SCANNER",
- "FLEX_STD",
"REJECT",
"YYFARGS0",
"YYFARGS1",