forgot Configure
authorNathan Bryant <loanshark@uncensored.citadel.org>
Tue, 18 Aug 1998 04:53:01 +0000 (04:53 +0000)
committerNathan Bryant <loanshark@uncensored.citadel.org>
Tue, 18 Aug 1998 04:53:01 +0000 (04:53 +0000)
citadel/ChangeLog

index 2f48cb84e16abd9adc97bfd9846e0c9fe16cfcb8..9059c1c3e9c6ff78038f6520f2f7c367c480a27b 100644 (file)
@@ -2,6 +2,7 @@ Tue Aug 18 00:42:33 EDT 1998 Nathan Bryant <bryant@cs.usm.maine.edu>
        * Makefile.in: `clean' target no longer rm's sysdep.h; new target
          `realclean' removes everything clean does, plus sysdep.h, plus
          target binaries.
+       * Configure: add -Wstrict-prototypes to CFLAGS for gcc systems
        * *.[ch]: protoized. Added several new header files containing
          prototypes and other external declarations; many duplicated
          declarations still should be moved to header files. proto.h must die