OSDN Git Service

* cpplib.h, cpphash.h, cppcharset.c, cpperror.c, cppexp.c
authorzack <zack@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 17 Jun 2003 06:17:44 +0000 (06:17 +0000)
committerzack <zack@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 17 Jun 2003 06:17:44 +0000 (06:17 +0000)
commitf7fdd7a16eaaf894ba417c0a9279843c14643fee
treeaba39e5edc2926935bd59dd4f66f9b3d59447d19
parent1443120075ac9113770189749d39ca2e28fd2b82
* 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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@68070 138bc75d-0d04-0410-961f-82ee72b054a4
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