diff options
author | Kaveh R. Ghazi <ghazi@caip.rutgers.edu> | 2000-01-31 16:39:49 +0000 |
---|---|---|
committer | Kaveh Ghazi <ghazi@gcc.gnu.org> | 2000-01-31 16:39:49 +0000 |
commit | 7025bf19817afe6e445e91da6fd1cdcf3f54aa3c (patch) | |
tree | b35e614cf242732814a80d3700d6be31599f9605 /gcc/sbitmap.h | |
parent | 719dd4fa9c2a2799c3232aab2d25d7711eedbdd2 (diff) | |
download | gcc-7025bf19817afe6e445e91da6fd1cdcf3f54aa3c.tar.gz |
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
Diffstat (limited to 'gcc/sbitmap.h')
-rw-r--r-- | gcc/sbitmap.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/sbitmap.h b/gcc/sbitmap.h index d5065461bcb..5992e03bd11 100644 --- a/gcc/sbitmap.h +++ b/gcc/sbitmap.h @@ -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 *, |