Module Name: pcc-libs
Committed By: gmcgarry
Date: Fri Jul 18 03:11:27 UTC 2008
Modified Files:
pcc-libs/libpcc/include: float.h stdarg.h stdbool.h stddef.h
Added Files:
pcc-libs/libpcc/include: libpcc_float.h libpcc_stdarg.h
libpcc_stdbool.h libpcc_stddef.h
Log Message:
Give libpcc headers unique names by prefixing with libpcc_ and explicitly
include these from the headers with the standard names.
This permits system headers to provide overrides before including
the libpcc headers.
Provides a solution similar to gcc's #include_next directive.
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pcc-libs/libpcc/include/float.h \
pcc-libs/libpcc/include/stdbool.h
cvs rdiff -u -r0 -r1.1 pcc-libs/libpcc/include/libpcc_float.h \
pcc-libs/libpcc/include/libpcc_stdarg.h \
pcc-libs/libpcc/include/libpcc_stdbool.h \
pcc-libs/libpcc/include/libpcc_stddef.h
cvs rdiff -u -r1.3 -r1.4 pcc-libs/libpcc/include/stdarg.h \
pcc-libs/libpcc/include/stddef.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.