doc: fix typo.

* tests/synclines.at: here.
This commit is contained in:
Akim Demaille
2010-05-07 17:43:21 +02:00
parent c826013fb3
commit 8aec287e64
2 changed files with 6 additions and 1 deletions

View File

@@ -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>
tests: enhance AT_SYNCLINES_COMPILE.

View File

@@ -22,7 +22,7 @@ AT_BANNER([[User Actions.]])
# --------------------------
# Compile FILE expecting an error, and save in the file stdout the
# 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.
m4_define([AT_SYNCLINES_COMPILE],
[AT_CHECK([$CC $CFLAGS $CPPFLAGS -c $1], [ignore], [], [stderr])