* gansidecl.h (PROTO, VPROTO, PVPROTO): Delete macros.
authorghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 31 Jan 2000 16:39:49 +0000 (16:39 +0000)
committerghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 31 Jan 2000 16:39:49 +0000 (16:39 +0000)
        * sbitmap.h (sbitmap_first_set_bit, sbitmap_last_set_bit):
        PROTO -> PARAMS.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@31716 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/gansidecl.h
gcc/sbitmap.h

index 92bd4ef..8a117e9 100644 (file)
@@ -1,3 +1,10 @@
+2000-01-31  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
+
+       * gansidecl.h (PROTO, VPROTO, PVPROTO): Delete macros.
+       
+       * sbitmap.h (sbitmap_first_set_bit, sbitmap_last_set_bit):
+       PROTO -> PARAMS.
+
 2000-01-30  Zack Weinberg  <zack@wolery.cumb.org>
 
        * i386/386bsd.h, i386/beos-pe.h, i386/bsd386.h, i386/crtdll.h,
index ae88cca..4bd3bcc 100644 (file)
@@ -27,13 +27,6 @@ Boston, MA 02111-1307, USA.  */
 
 #include "ansidecl.h"
 
-/* Undef ansidecl.h's "obsolete" version. */
-#undef PROTO
-/* These macros are deprecated, use ansidecl.h's PARAMS style instead. */
-#define PROTO(ARGS) PARAMS(ARGS)
-#define VPROTO(ARGS) VPARAMS(ARGS)
-#define PVPROTO(ARGS) PARAMS(ARGS)
-
 /* Autoconf will possibly define the `inline' or `const' keywords as
    macros, however this is only valid for the stage1 compiler.  If we
    detect a modern version of gcc, unconditionally reset the values.
index d506546..5992e03 100644 (file)
@@ -114,8 +114,8 @@ extern int sbitmap_a_and_b PARAMS ((sbitmap, sbitmap, sbitmap));
 extern int sbitmap_a_or_b PARAMS ((sbitmap, sbitmap, sbitmap));
 extern int sbitmap_a_subset_b_p PARAMS ((sbitmap, sbitmap));
 
-extern int sbitmap_first_set_bit PROTO ((sbitmap));
-extern int sbitmap_last_set_bit PROTO ((sbitmap));
+extern int sbitmap_first_set_bit PARAMS ((sbitmap));
+extern int sbitmap_last_set_bit PARAMS ((sbitmap));
 
 struct int_list;
 extern void sbitmap_intersect_of_predsucc PARAMS ((sbitmap, sbitmap *,