]> git.ipfire.org Git - thirdparty/gcc.git/commit - libcpp/init.c
re PR preprocessor/12847 (xxx.c:1:20: xxxx.h: No such file or directory)
authorJohn David Anglin <dave.anglin@nrc-cnrc.gc.ca>
Sat, 1 Nov 2003 22:56:54 +0000 (22:56 +0000)
committerJohn David Anglin <danglin@gcc.gnu.org>
Sat, 1 Nov 2003 22:56:54 +0000 (22:56 +0000)
commit0527bc4ebf78a3e1ae984f978fb4f7118a180add
tree968c051f5c6b85312c57b38b07efd46743674b3b
parent2f7b62efc51dd853ab5fa6e36cc0d15c831d6796
re PR preprocessor/12847 (xxx.c:1:20: xxxx.h: No such file or directory)

PR preprocessor/12847
* cppfiles.c, cppexp.c, cpperror.c, cpplib.h, cpplib.c, cpplex.c,
cppinit.c, cpptrad.c, cppmacro.c, fix-header.c, cpppch.c, c-pch.c,
c-incpath.c, cppcharset.c (DL_WARNING, DL_WARNING_SYSHDR, DL_PEDWARN,
DL_ERROR, DL_ICE, DL_EXTRACT, DL_WARNING_P): Prefix macro names with
"CPP_".

From-SVN: r73183
15 files changed:
gcc/ChangeLog
gcc/c-incpath.c
gcc/c-pch.c
gcc/cppcharset.c
gcc/cpperror.c
gcc/cppexp.c
gcc/cppfiles.c
gcc/cppinit.c
gcc/cpplex.c
gcc/cpplib.c
gcc/cpplib.h
gcc/cppmacro.c
gcc/cpppch.c
gcc/cpptrad.c
gcc/fix-header.c