]> sourceware.org Git - newlib-cygwin.git/commitdiff
Update comment
authorNick Clifton <nickc@redhat.com>
Fri, 28 May 1999 10:47:30 +0000 (10:47 +0000)
committerNick Clifton <nickc@redhat.com>
Fri, 28 May 1999 10:47:30 +0000 (10:47 +0000)
include/elf/ChangeLog
include/elf/reloc-macros.h

index 5a5d518ce9866edfef9f30555b504cd554d82e4a..107143f6e6b69dde4b95ae9a49d96ad6facb1f3d 100644 (file)
@@ -1,3 +1,7 @@
+1999-05-28  Nick Clifton  <nickc@cygnus.com>
+
+       * reloc-macros.h: Update comment.
+
 1999-05-28  Ian Lance Taylor  <ian@zembu.com>
 
        * i960.h: New file.
index 976229129c09c660a90798a030fc2acd84153b27..42174caeeaecaad454573fd362c5ed21b6f2e828 100644 (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;
        {
This page took 0.034402 seconds and 5 git commands to generate.