diff options
author | ghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-01-31 16:39:49 +0000 |
---|---|---|
committer | ghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-01-31 16:39:49 +0000 |
commit | 1b15c9071b0271210441c57d55d6a0a89a4dd873 (patch) | |
tree | b35e614cf242732814a80d3700d6be31599f9605 /gcc/sbitmap.h | |
parent | f0e587191619ae69930de6618f4799bbc2383884 (diff) | |
download | gcc-1b15c9071b0271210441c57d55d6a0a89a4dd873.tar.gz |
* gansidecl.h (PROTO, VPROTO, PVPROTO): Delete macros.
* 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
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 *, |