diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2003-05-03 06:10:59 +0000 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2003-05-03 06:10:59 +0000 |
commit | 83b5ab55b331ef1f147ff4f06a89cf3301e6079b (patch) | |
tree | ecf4d025f963b64017d6bb6778198235f5bc0e59 /gas/config | |
parent | 77f7441a3203c6b596717998024c0f60c1268994 (diff) | |
download | gdb-83b5ab55b331ef1f147ff4f06a89cf3301e6079b.zip gdb-83b5ab55b331ef1f147ff4f06a89cf3301e6079b.tar.gz gdb-83b5ab55b331ef1f147ff4f06a89cf3301e6079b.tar.bz2 |
2003-05-02 H.J. Lu <hjl@gnu.org>
* read.h (demand_copy_string): New.
* config/tc-alpha.c (demand_copy_string): Removed.
Diffstat (limited to 'gas/config')
-rw-r--r-- | gas/config/tc-alpha.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gas/config/tc-alpha.c b/gas/config/tc-alpha.c index 5a65c43..ec4668b 100644 --- a/gas/config/tc-alpha.c +++ b/gas/config/tc-alpha.c @@ -5066,8 +5066,6 @@ s_alpha_file (ignore) int length; static char case_hack[32]; - extern char *demand_copy_string PARAMS ((int *lenP)); - sprintf (case_hack, "<CASE:%01d%01d>", alpha_flag_hash_long_names, alpha_flag_show_after_trunc); |