X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Fmakepath.h;h=2756446c8437f5842070557f55c6546fe67091ab;hb=84fdd39f05ad45f6126fa58023fd73a876c85733;hp=f555d7b4b69137f5bb1eaee5c92de408a35462e8;hpb=66da1bf2662f2fbb6c0725a92f7115255317908a;p=gnulib.git diff --git a/lib/makepath.h b/lib/makepath.h index f555d7b4b..2756446c8 100644 --- a/lib/makepath.h +++ b/lib/makepath.h @@ -1,10 +1,9 @@ -#ifndef __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,