CVSROOT:/cvsroot/groff
Module name:groff
Changes by: Werner LEMBERG 07/02/11 21:29:58
Modified files:
src/preproc/tbl: table.h
Log message:
fix typo which prevents compilation with picky compilers
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/groff/src/pr
CVSROOT:/cvsroot/groff
Module name:groff
Changes by: Werner LEMBERG 07/02/11 21:30:50
Modified files:
src/preproc/tbl: table.cpp
Log message:
formatting
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/groff/src/preproc/tbl/table.cpp?cvsroot=groff&r1=1.10&r2
CVSROOT:/cvsroot/groff
Module name:groff
Changes by: Werner LEMBERG 07/02/11 21:55:49
Modified files:
. : ChangeLog
src/preproc/tbl: main.cpp
Log message:
improve ChangeLog entry
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/groff/Ch
Werner LEMBERG <[EMAIL PROTECTED]>:
> fix typo which prevents compilation with picky compilers
Eh? I thought the trailing-comma-ignored thing was in C89. What
compiler gets this wrong?
And that was inentional, not a typo; I didn't want someome else to get hosed
next time they added a flag
> > fix typo which prevents compilation with picky compilers
>
> Eh? I thought the trailing-comma-ignored thing was in C89. What
> compiler gets this wrong?
g++ 4.0.2. I don't like this either, but...
> And that was intentional, not a typo;
I know. Sorry for the bad wording.
Werne
Werner LEMBERG <[EMAIL PROTECTED]>:
> > > fix typo which prevents compilation with picky compilers
> >
> > Eh? I thought the trailing-comma-ignored thing was in C89. What
> > compiler gets this wrong?
>
> g++ 4.0.2. I don't like this either, but...
This should be reported as a bug, unless it
CVSROOT:/cvsroot/groff
Module name:groff
Changes by: Werner LEMBERG 07/02/12 00:25:24
Modified files:
. : ChangeLog
src/preproc/tbl: table.cpp table.h
Log message:
* src/preproc/tbl/table.h: Don't include `stdbool.h'.
(table): Re