projects
/
pspp
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6d4996a
)
.
author
Jim Meyering
<jim@meyering.net>
Tue, 29 Oct 1996 13:47:56 +0000
(13:47 +0000)
committer
Jim Meyering
<jim@meyering.net>
Tue, 29 Oct 1996 13:47:56 +0000
(13:47 +0000)
lib/error.c
patch
|
blob
|
history
lib/memcpy.c
patch
|
blob
|
history
diff --git
a/lib/error.c
b/lib/error.c
index 541cb0dc978783dd0124a9fe8a05c3c726073869..b167b830c9278d12eea84794e2377844f228cf07 100644
(file)
--- a/
lib/error.c
+++ b/
lib/error.c
@@
-68,7
+68,7
@@
unsigned int error_message_count;
# define program_name program_invocation_name
# include <errno.h>
-#else
+#else
/* not _LIBC */
/* The calling program should define program_name and set it to the
name of the executing program. */
@@
-92,7
+92,7
@@
private_strerror (errnum)
}
# define strerror private_strerror
# endif /* HAVE_STRERROR */
-#endif /* _LIBC */
+#endif /*
not
_LIBC */
/* Print the program name and error message MESSAGE, which is a printf-style
format string with optional args.
diff --git
a/lib/memcpy.c
b/lib/memcpy.c
index 437f622b29b5f8d6cbbee36a607798ef820e56bc..d36cef20c56731fabc5a73e6fdad19838d96e8d5 100644
(file)
--- a/
lib/memcpy.c
+++ b/
lib/memcpy.c
@@
-2,7
+2,7
@@
if the source overlaps with the destination.
Return DESTADDR. */
-#if
def
HAVE_CONFIG_H
+#if HAVE_CONFIG_H
# include <config.h>
#endif