X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Fquote.h;h=5de896bdec4e048929e40ba445664b8f55d9a1f1;hb=702f288a1c0d2053385edfe9a47ed0e184a9f1fe;hp=96549b76ba5be2dc525c4ebe791b364d946b9468;hpb=298a79c4c14ca37fbde01ea741c17c0439018df9;p=gnulib.git diff --git a/lib/quote.h b/lib/quote.h index 96549b76b..5de896bde 100644 --- a/lib/quote.h +++ b/lib/quote.h @@ -1,4 +1,12 @@ /* prototypes for quote.c */ -char const *quote_n (int n, char const *name); -char const *quote (char const *name); +#ifndef PARAMS +# if defined PROTOTYPES || (defined __STDC__ && __STDC__) +# define PARAMS(Args) Args +# else +# define PARAMS(Args) () +# endif +#endif + +char const *quote_n PARAMS ((int n, char const *name)); +char const *quote PARAMS ((char const *name));