Skip to content

Commit

Permalink
upgrade win_flex_bison to 2.0 (bison 2.7 and flex 2.5.37)
Browse files Browse the repository at this point in the history
git-svn-id: svn://svn.code.sf.net/p/winflexbison/code/trunk@32 da3578c4-ce5d-4d2c-aa0c-bbd0a991affc
  • Loading branch information
lexxmark committed Dec 23, 2012
1 parent d8cef33 commit 88a61dc
Show file tree
Hide file tree
Showing 184 changed files with 11,096 additions and 12,518 deletions.
4 changes: 4 additions & 0 deletions bin/Release/README.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
version 2.0
--------------
upgrade win_bison to version 2.7 and win_flex to version 2.5.37

version 1.2
--------------
fixed win_flex.exe #line directives (some #line directives in output file were with unescaped backslashes)
Expand Down
5 changes: 3 additions & 2 deletions bin/Release/data/Makefile.am
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Copyright (C) 2002, 2005-2011 Free Software Foundation, Inc.
## Copyright (C) 2002, 2005-2012 Free Software Foundation, Inc.

# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
Expand All @@ -14,8 +14,9 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>.

dist_pkgdata_DATA = README bison.m4 \
c-like.m4 \
c-skel.m4 c.m4 yacc.c glr.c \
c++-skel.m4 c++.m4 location.cc lalr1.cc glr.cc \
c++-skel.m4 c++.m4 location.cc lalr1.cc glr.cc stack.hh \
java-skel.m4 java.m4 lalr1.java

m4sugardir = $(pkgdatadir)/m4sugar
Expand Down
Loading

0 comments on commit 88a61dc

Please sign in to comment.