diff options
Diffstat (limited to 'gcc/stor-layout.c')
-rw-r--r-- | gcc/stor-layout.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/stor-layout.c b/gcc/stor-layout.c index 57287a4d81c..3780a7f94db 100644 --- a/gcc/stor-layout.c +++ b/gcc/stor-layout.c @@ -813,7 +813,7 @@ normalize_offset (tree *poffset, tree *pbitpos, unsigned int off_align) /* Print debugging information about the information in RLI. */ -void +DEBUG_FUNCTION void debug_rli (record_layout_info rli) { print_node_brief (stderr, "type", rli->t, 0); |