Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/gnu
Module Name: src
Committed By: mrg
Date: Wed Jun 29 01:59:26 UTC 2011
Modified Files:
src/gnu/dist/groff/src/libs/libgroff: Makefile.sub
src/gnu/usr.bin/groff/src/libs/libgroff: Makefile
Log Message:
use:
extern "C" { stuff-here; }
instead of just
extern "C" stuff-here;
that GCC 4.5 demands.
To generate a diff of this commit:
cvs rdiff -u -r1.1.1.4 -r1.2 \
src/gnu/dist/groff/src/libs/libgroff/Makefile.sub
cvs rdiff -u -r1.10 -r1.11 src/gnu/usr.bin/groff/src/libs/libgroff/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index