(UTILS_HOST_OS): New file/macro.
[gnulib.git] / lib / strverscmp.h
index 2276688..bb1ea1b 100644 (file)
@@ -7,6 +7,14 @@
 #  include <config.h>
 # endif
 
-int strverscmp (const char*, const char*);
+# ifndef PARAMS
+#  if defined PROTOTYPES || (defined __STDC__ && __STDC__)
+#   define PARAMS(Args) Args
+#  else
+#   define PARAMS(Args) ()
+#  endif
+# endif
+
+int strverscmp PARAMS ((const char*, const char*));
 
 #endif /* not STRVERSCMP_H_ */