- Forgot that the changes in flex.skl won't propagate to skel.c
- Resolves: #612465
This commit is contained in:
parent
758aa395c6
commit
0e24cc19d3
@ -26,3 +26,28 @@ diff -up flex-2.5.35/flex.skl\~ flex-2.5.35/flex.skl
|
|||||||
[[
|
[[
|
||||||
|
|
||||||
Diff finished. Tue Jul 13 17:27:50 2010
|
Diff finished. Tue Jul 13 17:27:50 2010
|
||||||
|
--- flex-2.5.35/skel.c~ 2010-07-14 13:15:42.000000000 +0200
|
||||||
|
+++ flex-2.5.35/skel.c 2010-07-14 13:16:05.000000000 +0200
|
||||||
|
@@ -1027,6 +1027,22 @@
|
||||||
|
"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]],,",
|
||||||
|
"[[",
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
Summary: A tool for creating scanners (text pattern recognizers)
|
Summary: A tool for creating scanners (text pattern recognizers)
|
||||||
Name: flex
|
Name: flex
|
||||||
Version: 2.5.35
|
Version: 2.5.35
|
||||||
Release: 10%{?dist}
|
Release: 11%{?dist}
|
||||||
License: BSD
|
License: BSD
|
||||||
Group: Development/Tools
|
Group: Development/Tools
|
||||||
URL: http://flex.sourceforge.net/
|
URL: http://flex.sourceforge.net/
|
||||||
@ -109,6 +109,10 @@ rm -rf ${RPM_BUILD_ROOT}
|
|||||||
%{_libdir}/*.a
|
%{_libdir}/*.a
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Jul 14 2010 Petr Machata <pmachata@redhat.com> - 2.5.35-11
|
||||||
|
- Forgot that the changes in flex.skl won't propagate to skel.c
|
||||||
|
- Resolves: #612465
|
||||||
|
|
||||||
* Tue Jul 13 2010 Petr Machata <pmachata@redhat.com> - 2.5.35-10
|
* Tue Jul 13 2010 Petr Machata <pmachata@redhat.com> - 2.5.35-10
|
||||||
- Declare yyget_column and yyset_column in reentrant mode.
|
- Declare yyget_column and yyset_column in reentrant mode.
|
||||||
- Resolves: #612465
|
- Resolves: #612465
|
||||||
|
Loading…
Reference in New Issue
Block a user