(SOURCES): Add memcmp.c, memcpy.c, and memset.c.
[gnulib.git] / lib / savedir.c
index 9a57364..1992cf5 100644 (file)
 #else
 char *malloc ();
 char *realloc ();
+#endif
 #ifndef NULL
 #define NULL 0
 #endif
-#endif
 
 char *stpcpy ();