diff options
Diffstat (limited to 'gcc/expr.c')
-rw-r--r-- | gcc/expr.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2698,7 +2698,7 @@ set_storage_via_libcall (rtx object, rtx size, rtx val, bool tailcall) for the function we use for block clears. The first time FOR_CALL is true, we call assemble_external. */ -static GTY(()) tree block_clear_fn; +tree block_clear_fn; void init_block_clear_fn (const char *asmspec) |