mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-17 16:23:04 +00:00
* Fix data/glr.cc to reflect the renaming of c++.m4 into cxx.m4.
This commit is contained in:
@@ -209,6 +209,9 @@ mv ./lalr1.cc %XSRC%/data/lalr1.cc
|
|||||||
sed "s/c++\.m4/cxx.m4/" %XSRC%/data/location.cc > location.cc
|
sed "s/c++\.m4/cxx.m4/" %XSRC%/data/location.cc > location.cc
|
||||||
if errorlevel 1 goto location.ccFileError
|
if errorlevel 1 goto location.ccFileError
|
||||||
mv ./location.cc %XSRC%/data/location.cc
|
mv ./location.cc %XSRC%/data/location.cc
|
||||||
|
sed "s/c++\.m4/cxx.m4/" %XSRC%/data/glr.cc > glr.cc
|
||||||
|
if errorlevel 1 goto glr.ccFileError
|
||||||
|
mv ./glr.cc %XSRC%/data/glr.cc
|
||||||
|
|
||||||
Rem Define DJGPP specific defs in config.hin
|
Rem Define DJGPP specific defs in config.hin
|
||||||
echo Editing config.hin...
|
echo Editing config.hin...
|
||||||
@@ -416,6 +419,10 @@ goto End
|
|||||||
echo ./data/lalr1.cc file editing failed!
|
echo ./data/lalr1.cc file editing failed!
|
||||||
goto End
|
goto End
|
||||||
|
|
||||||
|
:glr_ccFileError
|
||||||
|
echo ./data/glr.cc file editing failed!
|
||||||
|
goto End
|
||||||
|
|
||||||
:location_ccFileError
|
:location_ccFileError
|
||||||
echo ./data/location.cc file editing failed!
|
echo ./data/location.cc file editing failed!
|
||||||
goto End
|
goto End
|
||||||
|
|||||||
Reference in New Issue
Block a user