commit-bison
[Top][All Lists]
Advanced

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

bison/tests headers.at


From: Paul Eggert
Subject: bison/tests headers.at
Date: Wed, 13 Nov 2002 19:36:04 -0500

CVSROOT:        /cvsroot/bison
Module name:    bison
Changes by:     Paul Eggert <address@hidden>    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





reply via email to

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