mirror of
git://git.sv.gnu.org/coreutils.git
synced 2026-08-12 12:00:21 +02:00
(PARAMS): Define.
Guard prototype with PARAMS.
This commit is contained in:
+9
-1
@@ -7,6 +7,14 @@
|
||||
# include <config.h>
|
||||
# endif
|
||||
|
||||
int strverscmp (const char*, const char*);
|
||||
# ifndef PARAMS
|
||||
# if defined (__GNUC__) || __STDC__
|
||||
# define PARAMS(args) args
|
||||
# else
|
||||
# define PARAMS(args) ()
|
||||
# endif
|
||||
# endif
|
||||
|
||||
int strverscmp PARAMS ((const char*, const char*));
|
||||
|
||||
#endif /* not STRVERSCMP_H_ */
|
||||
|
||||
Reference in New Issue
Block a user