summaryrefslogtreecommitdiff
path: root/gcc/bitmap.h
diff options
context:
space:
mode:
authorlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>1999-09-20 11:52:22 +0000
committerlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>1999-09-20 11:52:22 +0000
commit64c25516b35708e47ddd19b659b65e5b98f7afe9 (patch)
treea5343f51ad867f827443536e7582ba9aefd6b06b /gcc/bitmap.h
parent89c912f6f274f9bbe74a24e55122c10e18450839 (diff)
downloadgcc-64c25516b35708e47ddd19b659b65e5b98f7afe9.tar.gz
* bitmap.c (debug_bitmap_file): Renmaed from bitmap_debug_file.
Callers and prototype changed. * bitmap.h: Fix debug_bitmap and debug_bitmap_file prototypes. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@29518 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/bitmap.h')
-rw-r--r--gcc/bitmap.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/bitmap.h b/gcc/bitmap.h
index 4ff0bf4987e..6f05bcfcee6 100644
--- a/gcc/bitmap.h
+++ b/gcc/bitmap.h
@@ -85,8 +85,8 @@ extern void bitmap_set_bit PROTO((bitmap, int));
extern int bitmap_bit_p PROTO((bitmap, int));
/* Debug functions to print a bitmap linked list. */
-extern void bitmap_debug PROTO((bitmap));
-extern void bitmap_debug_file PROTO((FILE *, bitmap));
+extern void debug_bitmap PROTO((bitmap));
+extern void debug_bitmap_file PROTO((FILE *, bitmap));
/* Print a bitmap */
extern void bitmap_print PROTO((FILE *, bitmap, const char *, const char *));