8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-22 21:23:04 +01:00

Correction - thanks to Alex.

This commit is contained in:
Adriano dos Santos Fernandes 2016-10-26 16:30:52 -02:00 committed by GitHub
parent 475da71917
commit 6b18b2e6d4

View File

@ -13,7 +13,7 @@
@sed "s/%%type .*//" < %FB_ROOT_PATH%\src\dsql\parse.y > y.y
%FB_ROOT_PATH%\temp\%FB_OBJ_DIR%\btyacc\btyacc -l -d -S %FB_ROOT_PATH%\src\dsql\btyacc_fb.ske y.y 2>y.txt
@if errorlevel 1 (type t.txt && exit /B 1)
@if errorlevel 1 (type y.txt && exit /B 1)
@type y.txt
@sed -i "s/#define \([A-Z].*\)/#define TOK_\1/" y_tab.h