diff options
Diffstat (limited to 'gcc/ebitmap.c')
-rw-r--r-- | gcc/ebitmap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ebitmap.c b/gcc/ebitmap.c index 64c5634..cb52468 100644 --- a/gcc/ebitmap.c +++ b/gcc/ebitmap.c @@ -410,7 +410,7 @@ dump_ebitmap (FILE *file, ebitmap bmap) /* Dump ebitmap BMAP to stderr. */ -void +DEBUG_FUNCTION void debug_ebitmap (ebitmap bmap) { dump_ebitmap (stderr, bmap); |