diff options
author | Nick Clifton <nickc@redhat.com> | 1999-05-28 10:47:30 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 1999-05-28 10:47:30 +0000 |
commit | 4284a8a055cca4351fc58f8d07bb05425749c31b (patch) | |
tree | 110e14c06364cea3249b08dce22cf64a1ad26bf8 /include/elf/reloc-macros.h | |
parent | 0640bf12856987df7679f52703990c48a3aa4da8 (diff) | |
download | binutils-redhat-4284a8a055cca4351fc58f8d07bb05425749c31b.tar.gz |
Update comment
Diffstat (limited to 'include/elf/reloc-macros.h')
-rw-r--r-- | include/elf/reloc-macros.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/elf/reloc-macros.h b/include/elf/reloc-macros.h index 976229129c..42174caeea 100644 --- a/include/elf/reloc-macros.h +++ b/include/elf/reloc-macros.h @@ -46,8 +46,8 @@ If RELOC_MACROS_GEN_FUNC *is* defined, then instead the following function will be generated: - static char * foo PARAMS ((unsigned long rtype)); - static char * + static const char * foo PARAMS ((unsigned long rtype)); + static const char * foo (rtype) unsigned long rtype; { |