diff options
Diffstat (limited to 'gcc/f/com.h')
-rw-r--r-- | gcc/f/com.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/f/com.h b/gcc/f/com.h index 477e0860f40..946e8a5d006 100644 --- a/gcc/f/com.h +++ b/gcc/f/com.h @@ -348,6 +348,7 @@ extern int flag_pedantic_errors; void emit_nop (void); void announce_function (tree decl); extern FILE *asm_out_file; +void assemble_string (char *, int); void assemble_variable (tree decl, int top_level, int at_end, int dont_output_data); void assemble_zeros (int size); |