(version_etc_copyright): Default copyright string.
[gnulib.git] / lib / save-cwd.h
index 27b2cef..4801a4d 100644 (file)
@@ -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) ()