]> granicus.if.org Git - flex/commitdiff
add missing prototypes for yyset_column() and yyget_column(); resolves #3029024;...
authorWill Estes <wlestes@users.sourceforge.net>
Mon, 19 Mar 2012 16:32:09 +0000 (16:32 +0000)
committerWill Estes <wlestes@users.sourceforge.net>
Mon, 19 Mar 2012 16:32:09 +0000 (16:32 +0000)
flex.skl

index 95ff1ab880504d3a3116372548ababfe396e5e21..257e82564ac4e20fc1e263c2e22db75d54329619 100644 (file)
--- a/flex.skl
+++ b/flex.skl
@@ -963,6 +963,22 @@ m4_ifdef( [[M4_YY_NO_SET_LINENO]],,
 void yyset_lineno M4_YY_PARAMS( int line_number M4_YY_PROTO_LAST_ARG );
 ]])
 
+m4_ifdef( [[M4_YY_REENTRANT]],
+[[
+m4_ifdef( [[M4_YY_NO_GET_COLUMN]],,
+[[
+int yyget_column  M4_YY_PARAMS( M4_YY_PROTO_ONLY_ARG );
+]])
+]])
+
+m4_ifdef( [[M4_YY_REENTRANT]],
+[[
+m4_ifdef( [[M4_YY_NO_SET_COLUMN]],,
+[[
+void yyset_column M4_YY_PARAMS( int column_no M4_YY_PROTO_LAST_ARG );
+]])
+]])
+
 %if-bison-bridge
 m4_ifdef( [[M4_YY_NO_GET_LVAL]],,
 [[