]> gcc.gnu.org Git - gcc.git/commit - libcpp/macro.c
* cpplib.h, cpphash.h, cppcharset.c, cpperror.c, cppexp.c
authorZack Weinberg <zack@gcc.gnu.org>
Tue, 17 Jun 2003 06:17:44 +0000 (06:17 +0000)
committerZack Weinberg <zack@gcc.gnu.org>
Tue, 17 Jun 2003 06:17:44 +0000 (06:17 +0000)
commit6cf87ca4e574edb0bf2bcb2cf396adb6e040311d
treeaba39e5edc2926935bd59dd4f66f9b3d59447d19
parent82620aaf0b59eead65b65bbaa3db5606df4027f9
* cpplib.h, cpphash.h, cppcharset.c, cpperror.c, cppexp.c
* cppfiles.c, cpphash.c, cppinit.c, cpplex.c, cpplib.c
* cppmacro.c, cpppch.c, cpptrad.c, cppspec.c: Convert to
ISO C: new-style function declarations, no need for PARAMS,
no special punctuation on indirect function calls, use string
constant concatenation where convenient.

From-SVN: r68070
15 files changed:
gcc/ChangeLog
gcc/cppcharset.c
gcc/cpperror.c
gcc/cppexp.c
gcc/cppfiles.c
gcc/cpphash.c
gcc/cpphash.h
gcc/cppinit.c
gcc/cpplex.c
gcc/cpplib.c
gcc/cpplib.h
gcc/cppmacro.c
gcc/cpppch.c
gcc/cppspec.c
gcc/cpptrad.c
This page took 0.095854 seconds and 5 git commands to generate.