1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +03:00

Remove some code from sql_yacc.cc that doesn't do anything except produce warnings on VC++

This commit is contained in:
monty@mysql.com
2004-05-28 00:03:19 +03:00
parent e9b7e3baa8
commit 518019f511
2 changed files with 4 additions and 6 deletions

View File

@ -302,10 +302,12 @@ do
done
#
# Fix some windows files
# Fix some windows files to avoid compiler warnings
#
./extra/replace std:: "" -- $BASE/sql/sql_yacc.cpp
./extra/replace std:: "" < $BASE/sql/sql_yacc.cpp | sed '/^ *switch (yytype)$/ { N; /\n *{$/ { N; /\n *default:$/ { N; /\n *break;$/ { N; /\n *}$/ d; };};};} ' > $BASE/sql/sql_yacc.cpp-new
mv $BASE/sql/sql_yacc.cpp-new $BASE/sql/sql_yacc.cpp
unix_to_dos $BASE/README
mv $BASE/README $BASE/README.txt