aboutsummaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2007-08-04 03:27:18 +0000
committerGuy Harris <guy@alum.mit.edu>2007-08-04 03:27:18 +0000
commitb1e9777a811a97da77c23024f5a0c36e44eb7cc7 (patch)
treec34b11ee1f562eefd417db691f398d0370e32578 /tools
parent0f6b7b836e7c6ffbab8f8735edf09b18f856ce98 (diff)
1989 was quite a while ago. We use function prototypes extensively;
don't worry about YY_PROTO, which isn't defined with the newer shinier versions of Flex. svn path=/trunk/; revision=22450
Diffstat (limited to 'tools')
-rwxr-xr-xtools/runlex.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/runlex.sh b/tools/runlex.sh
index e08dae0860..15c8f18d63 100755
--- a/tools/runlex.sh
+++ b/tools/runlex.sh
@@ -153,7 +153,7 @@ cat <<EOF >$header_file
/* This is generated by runlex.sh. Do not edit it. */
$prefixline
#ifndef YY_DECL
-#define YY_DECL int yylex YY_PROTO(( void ))
+#define YY_DECL int yylex(void)
#endif
YY_DECL;
EOF