Update comment

This commit is contained in:
Nick Clifton
1999-05-28 10:47:30 +00:00
parent 6a26bbce7b
commit 8d7a95a647
2 changed files with 6 additions and 2 deletions

View File

@ -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;
{