diff options
Diffstat (limited to 'gcc/sese.c')
-rw-r--r-- | gcc/sese.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/sese.c b/gcc/sese.c index 7f71f056ad2..7e9bd91f2d7 100644 --- a/gcc/sese.c +++ b/gcc/sese.c @@ -69,7 +69,7 @@ debug_rename_map_1 (void **slot, void *s ATTRIBUTE_UNUSED) /* Print to stderr all the elements of MAP. */ -void +DEBUG_FUNCTION void debug_rename_map (htab_t map) { htab_traverse (map, debug_rename_map_1, NULL); @@ -118,7 +118,7 @@ debug_ivtype_map_1 (void **slot, void *s ATTRIBUTE_UNUSED) /* Print to stderr all the elements of MAP. */ -void +DEBUG_FUNCTION void debug_ivtype_map (htab_t map) { htab_traverse (map, debug_ivtype_map_1, NULL); |