mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-19 01:03:04 +00:00
Say "bison -o foo.c foo.y", not "bison foo.y -o foo.c",
so that the commands still work even if POSIXLY_CORRECT is set.
This commit is contained in:
@@ -105,7 +105,7 @@ my_error (const char *msg)
|
||||
exp:;
|
||||
])
|
||||
|
||||
AT_CHECK([bison --defines input.y -o input.c])
|
||||
AT_CHECK([bison --defines -o input.c input.y])
|
||||
|
||||
# YYLTYPE should be defined, and MY_LLOC declared.
|
||||
AT_DATA([caller.c],
|
||||
|
||||
Reference in New Issue
Block a user