Commit 7025bf19 by Kaveh R. Ghazi Committed by Kaveh Ghazi

gansidecl.h (PROTO, [...]): Delete macros.

        * gansidecl.h (PROTO, VPROTO, PVPROTO): Delete macros.

        * sbitmap.h (sbitmap_first_set_bit, sbitmap_last_set_bit):
        PROTO -> PARAMS.

From-SVN: r31716
parent 719dd4fa
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> 2000-01-30 Zack Weinberg <zack@wolery.cumb.org>
* i386/386bsd.h, i386/beos-pe.h, i386/bsd386.h, i386/crtdll.h, * i386/386bsd.h, i386/beos-pe.h, i386/bsd386.h, i386/crtdll.h,
......
...@@ -27,13 +27,6 @@ Boston, MA 02111-1307, USA. */ ...@@ -27,13 +27,6 @@ Boston, MA 02111-1307, USA. */
#include "ansidecl.h" #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 /* Autoconf will possibly define the `inline' or `const' keywords as
macros, however this is only valid for the stage1 compiler. If we macros, however this is only valid for the stage1 compiler. If we
detect a modern version of gcc, unconditionally reset the values. detect a modern version of gcc, unconditionally reset the values.
......
...@@ -114,8 +114,8 @@ extern int sbitmap_a_and_b PARAMS ((sbitmap, sbitmap, sbitmap)); ...@@ -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_or_b PARAMS ((sbitmap, sbitmap, sbitmap));
extern int sbitmap_a_subset_b_p PARAMS ((sbitmap, sbitmap)); extern int sbitmap_a_subset_b_p PARAMS ((sbitmap, sbitmap));
extern int sbitmap_first_set_bit PROTO ((sbitmap)); extern int sbitmap_first_set_bit PARAMS ((sbitmap));
extern int sbitmap_last_set_bit PROTO ((sbitmap)); extern int sbitmap_last_set_bit PARAMS ((sbitmap));
struct int_list; struct int_list;
extern void sbitmap_intersect_of_predsucc PARAMS ((sbitmap, sbitmap *, extern void sbitmap_intersect_of_predsucc PARAMS ((sbitmap, sbitmap *,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment