diff options
author | Andreas Jaeger <aj@gcc.gnu.org> | 2003-06-19 21:43:59 +0200 |
---|---|---|
committer | Andreas Jaeger <aj@gcc.gnu.org> | 2003-06-19 21:43:59 +0200 |
commit | 35b1a6faebd652c6d95cc709ddf8af02ff0feced (patch) | |
tree | fd1cc81909b4c6acb6b6330a8a8b58659c5e5ba3 /gcc/c-incpath.h | |
parent | 6dab8d4cdf065d4045132d01e9c2556bdcab4195 (diff) | |
download | gcc-35b1a6faebd652c6d95cc709ddf8af02ff0feced.zip gcc-35b1a6faebd652c6d95cc709ddf8af02ff0feced.tar.gz gcc-35b1a6faebd652c6d95cc709ddf8af02ff0feced.tar.bz2 |
c-aux-info.c: Convert to ISO C99.
* c-aux-info.c: Convert to ISO C99.
* c-pragma.c: Likewise.
* c-common.c: Likewise.
* c-common.h: Likewise.
* c-convert.c: Likewise.
* c-cppbuiltin.c: Likewise.
* c-dump.c: Likewise.
* c-decl.c: Likewise
* c-format.c: Likewise.
* c-incpath.c: Likewise.
* c-incpath.h: Likewise.
From-SVN: r68218
Diffstat (limited to 'gcc/c-incpath.h')
-rw-r--r-- | gcc/c-incpath.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gcc/c-incpath.h b/gcc/c-incpath.h index e5b0218..31ed657 100644 --- a/gcc/c-incpath.h +++ b/gcc/c-incpath.h @@ -15,9 +15,9 @@ You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -extern void split_quote_chain PARAMS ((void)); -extern void add_path PARAMS ((char *, int, int)); -extern void register_include_chains PARAMS ((cpp_reader *, const char *, - const char *, int, int, int)); +extern void split_quote_chain (void); +extern void add_path (char *, int, int); +extern void register_include_chains (cpp_reader *, const char *, + const char *, int, int, int); enum { QUOTE = 0, BRACKET, SYSTEM, AFTER }; |