2003-05-02 H.J. Lu <hjl@gnu.org>

* read.h (demand_copy_string): New.

	* config/tc-alpha.c (demand_copy_string): Removed.
This commit is contained in:
H.J. Lu
2003-05-03 06:10:59 +00:00
parent 77f7441a32
commit 83b5ab55b3
3 changed files with 7 additions and 2 deletions

View File

@@ -102,6 +102,7 @@ extern void pop_insert PARAMS ((const pseudo_typeS *));
extern unsigned int get_stab_string_offset
PARAMS ((const char *string, const char *stabstr_secname));
extern void aout_process_stab PARAMS ((int, const char *, int, int, int));
extern char *demand_copy_string PARAMS ((int *lenP));
extern char *demand_copy_C_string PARAMS ((int *len_pointer));
extern char get_absolute_expression_and_terminator
PARAMS ((long *val_pointer));