projects
/
pspp
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d752aba
)
.
author
Jim Meyering
<jim@meyering.net>
Sun, 3 Nov 1996 23:43:36 +0000
(23:43 +0000)
committer
Jim Meyering
<jim@meyering.net>
Sun, 3 Nov 1996 23:43:36 +0000
(23:43 +0000)
lib/getversion.c
patch
|
blob
|
history
lib/xstrdup.c
patch
|
blob
|
history
diff --git
a/lib/getversion.c
b/lib/getversion.c
index 8d26abe85db688885ad608adbc5e9be79eaa13c7..4c4ac4cf8509467144736714e63aa95ddf6dec2e 100644
(file)
--- a/
lib/getversion.c
+++ b/
lib/getversion.c
@@
-17,13
+17,13
@@
/* Written by David MacKenzie <djm@gnu.ai.mit.edu> */
-#if
def
HAVE_CONFIG_H
+#if HAVE_CONFIG_H
# include <config.h>
#endif
#include "backupfile.h"
-#if
def
STDC_HEADERS
+#if STDC_HEADERS
# include <stdlib.h>
#endif
diff --git
a/lib/xstrdup.c
b/lib/xstrdup.c
index 3f6abb74177a5505576dc80c6b6351c0a5af2c39..d5bcaf38091bfdbc7079b7ac50030cfb00200e6c 100644
(file)
--- a/
lib/xstrdup.c
+++ b/
lib/xstrdup.c
@@
-32,7
+32,6
@@
char *xstrdup (char *string);
char *xmalloc ();
#endif
-
/* Return a newly allocated copy of STRING. */
char *