summaryrefslogtreecommitdiff
path: root/flex.skl
diff options
context:
space:
mode:
authorJohn Millaway <john43@users.sourceforge.net>2001-08-01 19:40:39 +0000
committerJohn Millaway <john43@users.sourceforge.net>2001-08-01 19:40:39 +0000
commit0fd23a6c22740bd00df93511106eb872b630e801 (patch)
treeaab4c2d4e460afee45002b914c652afeff411b82 /flex.skl
parentc009d79771f5a0d0b46b6714b3e379a30725dbdb (diff)
Added missing argument to yy_flex_free.
Diffstat (limited to 'flex.skl')
-rw-r--r--flex.skl2
1 files changed, 1 insertions, 1 deletions
diff --git a/flex.skl b/flex.skl
index e1721f5..6546456 100644
--- a/flex.skl
+++ b/flex.skl
@@ -1973,7 +1973,7 @@ int yylex_destroy( yy_globals )
/* Destroy the start condition stack. */
if( YY_G(yy_start_stack) ) {
- yy_flex_free( YY_G(yy_start_stack) );
+ yy_flex_free( YY_G(yy_start_stack) YY_CALL_LAST_ARG );
YY_G(yy_start_stack) = NULL;
}