]> git.saurik.com Git - bison.git/commit - ChangeLog-2012
Work around portability problems with Visual Age C compiler
authorPaul Eggert <eggert@cs.ucla.edu>
Tue, 11 Oct 2005 05:06:16 +0000 (05:06 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Tue, 11 Oct 2005 05:06:16 +0000 (05:06 +0000)
commit4f6e011e2eececfe5fb2c467da542615f26439bc
tree56741c3719b9078696dbc83255dd7a566e781938
parenta1b3bf8c21b4978817eb7317d0427e82d9193edf
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.
ChangeLog
data/location.cc
src/scan-gram.l
src/scan-skel.l