bison/tests headers.at
Paul Eggert <[email protected]>
| Newsgroups | gmane.comp.parsers.bison.cvs |
|---|---|
| Message-ID | <[email protected]> |
CVSROOT: /cvsroot/bison Module name: bison Changes by: Paul Eggert <[email protected]> 02/11/13 19:36:03 Modified files: tests : headers.at Log message: (export YYLTYPE): Don't invoke "cc a.c b.c -o c"; the HP-UX 11i C compiler chatters during compilation. Instead, invoke "cc -c a.c -o a.o; cc -c b.c -o b.o; cc a.o b.o -o c". CVSWeb URLs: http://savannah.gnu.org/cgi-bin/viewcvs/bison/bison/tests/headers.at.diff?tr1=1.6&tr2=1.7&r1=text&r2=text