X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Fstrverscmp.h;h=bb1ea1b0a1df75842fdfffaff8dc846a0204b63c;hb=702f288a1c0d2053385edfe9a47ed0e184a9f1fe;hp=227668837d72cf8ec064e84ff16afbe7e5d0ab01;hpb=0e4bc4b3de2328419236034fc57c5deead8c36de;p=gnulib.git diff --git a/lib/strverscmp.h b/lib/strverscmp.h index 227668837..bb1ea1b0a 100644 --- a/lib/strverscmp.h +++ b/lib/strverscmp.h @@ -7,6 +7,14 @@ # include # 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_ */