diff options
author | Alan Modra <amodra@gmail.com> | 2003-06-28 05:28:54 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2003-06-28 05:28:54 +0000 |
commit | 1579bae1cd094ed9b986d2128997953600ca910d (patch) | |
tree | 17d62b19ecb6002f3c0982a8a13011ce3f83aa8a /ld/emultempl/ticoff.em | |
parent | b9ae04920ab4f0d0c10fad9dff55c4ca3e2d2251 (diff) | |
download | binutils-gdb-1579bae1cd094ed9b986d2128997953600ca910d.tar.gz |
Convert to C90
Diffstat (limited to 'ld/emultempl/ticoff.em')
-rw-r--r-- | ld/emultempl/ticoff.em | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/ld/emultempl/ticoff.em b/ld/emultempl/ticoff.em index 448fea8b146..ce9f7398421 100644 --- a/ld/emultempl/ticoff.em +++ b/ld/emultempl/ticoff.em @@ -77,8 +77,6 @@ gld${EMULATION_NAME}_handle_option (int optc) if ((*optarg == '0' || *optarg == '1' || *optarg == '2') && optarg[1] == '\0') { - extern void lang_add_output_format - PARAMS ((const char *, const char *, const char *, int)); static char buf[] = "coffX-${OUTPUT_FORMAT_TEMPLATE}"; coff_version = *optarg - '0'; buf[4] = *optarg; |