aboutsummaryrefslogtreecommitdiff
path: root/gcc/cppfiles.c
diff options
context:
space:
mode:
authorKaveh R. Ghazi <ghazi@caip.rutgers.edu>2000-01-19 22:52:43 +0000
committerKaveh Ghazi <ghazi@gcc.gnu.org>2000-01-19 22:52:43 +0000
commitf84c2018797e14c7deac9265a96e51707ab0dcdb (patch)
tree0319b7469142d309d9f854a370b3b83ac8d4ac57 /gcc/cppfiles.c
parent299d06ad4acdbc03b0912a1b0f8b36d277f0efac (diff)
downloadgcc-f84c2018797e14c7deac9265a96e51707ab0dcdb.zip
gcc-f84c2018797e14c7deac9265a96e51707ab0dcdb.tar.gz
gcc-f84c2018797e14c7deac9265a96e51707ab0dcdb.tar.bz2
cppalloc.c: PROTO -> PARAMS.
* cppalloc.c: PROTO -> PARAMS. * cpperror.c: Likewise. * cppfiles.c: Likewise. * cpplib.c: Likewise. * cpplib.h: Likewise. From-SVN: r31521
Diffstat (limited to 'gcc/cppfiles.c')
-rw-r--r--gcc/cppfiles.c20
1 files changed, 10 insertions, 10 deletions
diff --git a/gcc/cppfiles.c b/gcc/cppfiles.c
index ce6a34e..845dbad 100644
--- a/gcc/cppfiles.c
+++ b/gcc/cppfiles.c
@@ -33,27 +33,27 @@ Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
so it's static anyway. */
static struct include_hash *redundant_include_p
- PROTO ((cpp_reader *,
+ PARAMS ((cpp_reader *,
struct include_hash *,
struct file_name_list *));
-static struct file_name_map *read_name_map PROTO ((cpp_reader *,
+static struct file_name_map *read_name_map PARAMS ((cpp_reader *,
const char *));
-static char *read_filename_string PROTO ((int, FILE *));
-static char *remap_filename PROTO ((cpp_reader *, char *,
+static char *read_filename_string PARAMS ((int, FILE *));
+static char *remap_filename PARAMS ((cpp_reader *, char *,
struct file_name_list *));
-static long read_and_prescan PROTO ((cpp_reader *, cpp_buffer *,
+static long read_and_prescan PARAMS ((cpp_reader *, cpp_buffer *,
int, size_t));
-static struct file_name_list *actual_directory PROTO ((cpp_reader *,
+static struct file_name_list *actual_directory PARAMS ((cpp_reader *,
const char *));
-static void initialize_input_buffer PROTO ((cpp_reader *, int,
+static void initialize_input_buffer PARAMS ((cpp_reader *, int,
struct stat *));
-static int file_cleanup PROTO ((cpp_buffer *, cpp_reader *));
-static void find_position PROTO ((U_CHAR *, U_CHAR *,
+static int file_cleanup PARAMS ((cpp_buffer *, cpp_reader *));
+static void find_position PARAMS ((U_CHAR *, U_CHAR *,
unsigned long *,
unsigned long *));
#if 0
-static void hack_vms_include_specification PROTO ((char *));
+static void hack_vms_include_specification PARAMS ((char *));
#endif
/* Windows does not natively support inodes, and neither does MSDOS.