aboutsummaryrefslogtreecommitdiff
path: root/gcc/c-pragma.h
diff options
context:
space:
mode:
authorKaveh R. Ghazi <ghazi@caip.rutgers.edu>2000-01-12 22:47:13 +0000
committerKaveh Ghazi <ghazi@gcc.gnu.org>2000-01-12 22:47:13 +0000
commit6e090c767ad2d01b5038923a8527b070792814dc (patch)
tree6299ee4b870941aa46194ccf9c38c3cf995c7196 /gcc/c-pragma.h
parentdd42e13519fd78d873e5aeb4528162a499a299eb (diff)
downloadgcc-6e090c767ad2d01b5038923a8527b070792814dc.zip
gcc-6e090c767ad2d01b5038923a8527b070792814dc.tar.gz
gcc-6e090c767ad2d01b5038923a8527b070792814dc.tar.bz2
c-common.c: PROTO -> PARAMS.
* c-common.c: PROTO -> PARAMS. * c-common.h: Likewise. * c-decl.c: Likewise. * c-iterate.c: Likewise. * c-lang.c: Likewise. * c-lex.c: Likewise. * c-lex.h: Likewise. * c-parse.in: Likewise. * c-pragma.c: Likewise. * c-pragma.h: Likewise. * c-tree.h: Likewise. * c-typeck.c: Likewise. * objc/objc-act.c: Likewise. * objc/objc-act.h: Likewise. From-SVN: r31362
Diffstat (limited to 'gcc/c-pragma.h')
-rw-r--r--gcc/c-pragma.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/gcc/c-pragma.h b/gcc/c-pragma.h
index 7a0848c..be94442 100644
--- a/gcc/c-pragma.h
+++ b/gcc/c-pragma.h
@@ -1,5 +1,5 @@
/* Pragma related interfaces.
- Copyright (C) 1995, 1998, 1999 Free Software Foundation, Inc.
+ Copyright (C) 1995, 1998, 1999, 2000 Free Software Foundation, Inc.
This file is part of GNU CC.
@@ -54,7 +54,7 @@ struct weak_syms
/* Declared in varasm.c */
extern struct weak_syms * weak_decls;
-extern int add_weak PROTO((char *, char *));
+extern int add_weak PARAMS ((char *, char *));
#endif /* HANDLE_PRAGMA_WEAK */
@@ -92,10 +92,10 @@ enum pragma_state
};
/* Handle a C style pragma */
-extern int handle_pragma_token PROTO((const char *, tree));
+extern int handle_pragma_token PARAMS ((const char *, tree));
#endif /* HANDLE_GENERIC_PRAGMAS */
-extern void init_pragma PROTO((void));
+extern void init_pragma PARAMS ((void));
#endif /* _C_PRAGMA_H */