mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-19 09:13:04 +00:00
doc: fix typo.
* tests/synclines.at: here.
This commit is contained in:
@@ -1,3 +1,8 @@
|
|||||||
|
2010-05-07 Akim Demaille <demaille@gostai.com>
|
||||||
|
|
||||||
|
doc: fix typo.
|
||||||
|
* tests/synclines.at: here.
|
||||||
|
|
||||||
2010-05-04 Akim Demaille <demaille@gostai.com>
|
2010-05-04 Akim Demaille <demaille@gostai.com>
|
||||||
|
|
||||||
tests: enhance AT_SYNCLINES_COMPILE.
|
tests: enhance AT_SYNCLINES_COMPILE.
|
||||||
|
|||||||
@@ -22,7 +22,7 @@ AT_BANNER([[User Actions.]])
|
|||||||
# --------------------------
|
# --------------------------
|
||||||
# Compile FILE expecting an error, and save in the file stdout the
|
# Compile FILE expecting an error, and save in the file stdout the
|
||||||
# normalized output. Ignore the exit status, since some compilers
|
# normalized output. Ignore the exit status, since some compilers
|
||||||
# (e.g. c89 on IRIX 6.5) triger warnings on `#error', instead of
|
# (e.g. c89 on IRIX 6.5) trigger warnings on `#error', instead of
|
||||||
# errors.
|
# errors.
|
||||||
m4_define([AT_SYNCLINES_COMPILE],
|
m4_define([AT_SYNCLINES_COMPILE],
|
||||||
[AT_CHECK([$CC $CFLAGS $CPPFLAGS -c $1], [ignore], [], [stderr])
|
[AT_CHECK([$CC $CFLAGS $CPPFLAGS -c $1], [ignore], [], [stderr])
|
||||||
|
|||||||
Reference in New Issue
Block a user