bug-bison
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: typo in c++.at


From: Paul Eggert
Subject: Re: typo in c++.at
Date: Sun, 23 Jan 2005 00:41:07 -0800
User-agent: Gnus/5.1006 (Gnus v5.10.6) Emacs/21.3 (gnu/linux)

address@hidden writes:

> This looks like a typo in c++.at in bison-2.0a-cvs
>  of today: (test 116 and 117)...
>
> dnl (old) AT_CHECK([bison input.yy -o input.cc], 0)
> AT_CHECK([bison -o input.cc input.yy ], 0)

Thanks; I installed that fix.  Here's the form we usually use for
reporting such things.

2005-01-23  Paul Eggert  <address@hidden>

        * tests/c++.at (AT_CHECK_DOXYGEN): Don't use options after operands.
        Problem reported by address@hidden

--- tests/c++.at        22 Dec 2004 10:06:15 -0000      1.1
+++ tests/c++.at        23 Jan 2005 08:37:35 -0000      1.2
@@ -44,7 +44,7 @@ yy::parser::error (const location& l, co
 }
 ]])
 
-AT_CHECK([bison input.yy -o input.cc], 0)
+AT_CHECK([bison -o input.cc input.yy], 0)
 
 AT_DATA([Doxyfile],
 [# The PROJECT_NAME tag is a single word (or a sequence of words




reply via email to

[Prev in Thread] Current Thread [Next in Thread]