bug-bison
[Top][All Lists]
Advanced

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

(no subject)


From: Tommy Nordgren
Subject: (no subject)
Date: Sat, 12 Nov 2005 22:04:00 +0100

There is a bug in the file examples/extexi in the bison distribution.
Symptom - On Mac OS X Tiger, it stops make with an awk syntax error.
A diff from the current cvs, fixing the problem follows:

Attachment: diff.txt
Description: Text document

Index: examples/extexi
===================================================================
RCS file: /cvsroot/bison/bison/examples/extexi,v
retrieving revision 1.5
diff -r1.5 extexi
80c80
<    printf ("%s", input) >> output_dir "/" file;
---
>    printf ("%s", input) >> (output_dir "/" file);
82c82
<    printf ("%s", input) > output_dir "/" file;
---
>    printf ("%s", input) > (output_dir "/" file);

-------------------------------------
This sig is dedicated to the advancement of Nuclear Power
Tommy Nordgren
address@hidden




reply via email to

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