From fa334f7d14c2fb90bbef3116bf16a0d14d67a2ba Mon Sep 17 00:00:00 2001 From: ghazi Date: Fri, 21 Jan 2000 20:57:00 +0000 Subject: * buffer.h: PROTO -> PARAMS. * check-init.c: Likewise. * class.c: Likewise. * constants.c: Likewise. * convert.h: Likewise. * decl.c: Likewise. * except.c: Likewise. * expr.c: Likewise. * gjavah.c: Likewise. * java-except.h: Likewise. * java-tree.h: Likewise. * jcf-depend.c: Likewise. * jcf-dump.c: Likewise. * jcf-parse.c: Likewise. * jcf-path.c: Likewise. * jcf-reader.c: Likewise. * jcf-write.c: Likewise. * jcf.h: Likewise. * jv-scan.c: Likewise. * jvgenmain.c: Likewise. * jvspec.c: Likewise. * lang.c: Likewise. * lex.c: Likewise. * lex.h: Likewise. * parse-scan.y: Likewise. * parse.h: Likewise. * parse.y: Likewise. * typeck.c: Likewise. * verify.c: Likewise. * xref.c: Likewise. * xref.h: Likewise. * zextract.c: Likewise. * zipfile.h: Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@31550 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/java/jcf-path.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'gcc/java/jcf-path.c') diff --git a/gcc/java/jcf-path.c b/gcc/java/jcf-path.c index 6dc57a479bc..55715a15507 100644 --- a/gcc/java/jcf-path.c +++ b/gcc/java/jcf-path.c @@ -1,6 +1,6 @@ /* Handle CLASSPATH, -classpath, and path searching. - Copyright (C) 1998, 1999 Free Software Foundation, Inc. + Copyright (C) 1998, 1999, 2000 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -53,10 +53,10 @@ struct entry struct entry *next; }; -static void free_entry PROTO ((struct entry **)); -static void append_entry PROTO ((struct entry **, struct entry *)); -static void add_entry PROTO ((struct entry **, const char *, int)); -static void add_path PROTO ((struct entry **, const char *, int)); +static void free_entry PARAMS ((struct entry **)); +static void append_entry PARAMS ((struct entry **, struct entry *)); +static void add_entry PARAMS ((struct entry **, const char *, int)); +static void add_path PARAMS ((struct entry **, const char *, int)); /* We support several different ways to set the class path. -- cgit v1.2.1