projects
/
pspp
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8ec0fa1
)
Correct cpp indentation.
author
Jim Meyering
<jim@meyering.net>
Sun, 28 Sep 2003 08:09:13 +0000
(08:09 +0000)
committer
Jim Meyering
<jim@meyering.net>
Sun, 28 Sep 2003 08:09:13 +0000
(08:09 +0000)
lib/error.c
patch
|
blob
|
history
diff --git
a/lib/error.c
b/lib/error.c
index b6af64e976537285a4b7d39dbff5234eca482168..1149235a101ed20bb37781cc27a78d39875c990d 100644
(file)
--- a/
lib/error.c
+++ b/
lib/error.c
@@
-90,9
+90,9
@@
extern void __error_at_line (int status, int errnum, const char *file_name,
char *strerror_r ();
# endif
-#ifndef SIZE_MAX
-# define SIZE_MAX ((size_t) -1)
-#endif
+#
ifndef SIZE_MAX
+#
define SIZE_MAX ((size_t) -1)
+#
endif
/* The calling program should define program_name and set it to the
name of the executing program. */