X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Fsave-cwd.h;h=4801a4da3aabaf876081b0ceda67b25c670de923;hb=580345964476b26f12ef009230d03f5bd86ecc4e;hp=27b2cef8006a67f5b431ba062860cabc066c072b;hpb=358e52e8bb23ab6e5bcc42ca3546493a868d9591;p=gnulib.git diff --git a/lib/save-cwd.h b/lib/save-cwd.h index 27b2cef80..4801a4da3 100644 --- a/lib/save-cwd.h +++ b/lib/save-cwd.h @@ -8,7 +8,7 @@ struct saved_cwd }; # ifndef PARAMS -# if __STDC__ +# if defined PROTOTYPES || (defined __STDC__ && __STDC__) # define PARAMS(Args) Args # else # define PARAMS(Args) ()