X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/a1b3bf8c21b4978817eb7317d0427e82d9193edf..4f6e011e2eececfe5fb2c467da542615f26439bc:/ChangeLog diff --git a/ChangeLog b/ChangeLog index f1b332cb..2cef5302 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +2005-10-10 Paul Eggert + + Work around portability problems with Visual Age C compiler + (xlc and xlC_r) reported by John P. Hartmann. + * data/location.cc (initial_column, initial_line): Remove. + All uses replaced by 0 and 1. + * src/scan-gram.l (gram_wrap): Redefine to avoid bug in flex 2.5.31 + that xlc complains about. + * src/scan-skel.l (skel_wrap): Likewise. + 2005-10-10 Akim Demaille * examples/calc++/test: Be quiet unless VERBOSE.