projects
/
pspp
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8e8fe87
)
Undef __P before defining.
author
Jim Meyering
<jim@meyering.net>
Sat, 13 May 1995 13:10:38 +0000
(13:10 +0000)
committer
Jim Meyering
<jim@meyering.net>
Sat, 13 May 1995 13:10:38 +0000
(13:10 +0000)
Guard definition with simpler `#if __STDC__'.
lib/makepath.h
patch
|
blob
|
history
diff --git
a/lib/makepath.h
b/lib/makepath.h
index f555d7b4b69137f5bb1eaee5c92de408a35462e8..2756446c8437f5842070557f55c6546fe67091ab 100644
(file)
--- a/
lib/makepath.h
+++ b/
lib/makepath.h
@@
-1,10
+1,9
@@
-#if
ndef __P
-#
if defined (__GNUC__) || (defined (__STDC__) && __STDC__)
+#if
__STDC__
+#
undef __P
#define __P(args) args
#else
#define __P(args) ()
-#endif /* GCC. */
-#endif /* Not __P. */
+#endif
int
make_path __P ((const char *_argpath,