diff options
author | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 1997-10-01 07:28:03 +0000 |
---|---|---|
committer | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 1997-10-01 07:28:03 +0000 |
commit | 5ba9303c8c639e4e8275a9e24107ae522f3bb68d (patch) | |
tree | b37636d8e5ed1cb0322283cf70df5e61024d5e21 /gcc/f/com.h | |
parent | 4154ebc64f6e2e0791eef562a0f00fb414cd5f88 (diff) | |
download | ppe42-gcc-5ba9303c8c639e4e8275a9e24107ae522f3bb68d.tar.gz ppe42-gcc-5ba9303c8c639e4e8275a9e24107ae522f3bb68d.zip |
Update to 0.5.22-19970929.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@15818 138bc75d-0d04-0410-961f-82ee72b054a4
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); |