Define and use macro, PARAMS, not __P.
[gnulib.git] / lib / long-options.h
index 44d80f5..acf5e2d 100644 (file)
@@ -1,11 +1,12 @@
-#undef __P
+#undef PARAMS
 #if defined (__STDC__) && __STDC__
-# define __P(Args) Args
+# define PARAMS(Args) Args
 #else
-# define __P(Args) ()
+# define PARAMS(Args) ()
 #endif
 
 void
-  parse_long_options __P ((int _argc, char **_argv, const char *_command_name,
-                          const char *_package,
-                          const char *_version, void (*_usage) (int)));
+  parse_long_options PARAMS ((int _argc, char **_argv,
+                             const char *_command_name,
+                             const char *_package,
+                             const char *_version, void (*_usage) (int)));