This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Patch installed: Stray PROTO in cp-tree.h converted to PARAMS
- To: egcs-patches at egcs dot cygnus dot com
- Subject: Patch installed: Stray PROTO in cp-tree.h converted to PARAMS
- From: "Kaveh R. Ghazi" <ghazi at caip dot rutgers dot edu>
- Date: Mon, 31 Jan 2000 11:44:54 -0500 (EST)
Found a straggler:
Index: ChangeLog
===================================================================
RCS file: /cvs/gcc/egcs/gcc/cp/ChangeLog,v
retrieving revision 1.1559
diff -u -p -r1.1559 ChangeLog
--- ChangeLog 2000/01/31 10:21:40 1.1559
+++ ChangeLog 2000/01/31 16:43:52
@@ -1,3 +1,7 @@
+2000-01-31 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
+
+ * cp-tree.h (make_thunk): PROTO -> PARAMS.
+
2000-01-31 Nathan Sidwell <sidwell@codesourcery.com>
* cp-tree.h (new_abi_rtti_p): Use flag_new_abi.
Index: cp-tree.h
===================================================================
RCS file: /cvs/gcc/egcs/gcc/cp/cp-tree.h,v
retrieving revision 1.398
diff -u -p -r1.398 cp-tree.h
--- cp-tree.h 2000/01/31 10:21:46 1.398
+++ cp-tree.h 2000/01/31 16:43:55
@@ -3941,7 +3941,7 @@ extern tree build_overload_with_type PA
extern tree build_destructor_name PARAMS ((tree));
extern tree build_opfncall PARAMS ((enum tree_code, int, tree, tree, tree));
extern tree hack_identifier PARAMS ((tree, tree));
-extern tree make_thunk PROTO((tree, int, int));
+extern tree make_thunk PARAMS ((tree, int, int));
extern void emit_thunk PARAMS ((tree));
extern void synthesize_method PARAMS ((tree));
extern tree get_id_2 PARAMS ((const char *, tree));