X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Funicodeio.h;h=f4bd1b7f700984a4b41857b80236f1a4c560f165;hb=8f34e041bd5dba34d77528e12d45c1939227135e;hp=ae6b939a8c08cf1fffb2b44b9a22595c00bfb8be;hpb=d3f0860feafd26731cdd9289a671ebc85129b1c3;p=gnulib.git diff --git a/lib/unicodeio.h b/lib/unicodeio.h index ae6b939a8..f4bd1b7f7 100644 --- a/lib/unicodeio.h +++ b/lib/unicodeio.h @@ -3,7 +3,15 @@ # include +# ifndef PARAMS +# if defined PROTOTYPES || (defined __STDC__ && __STDC__) +# define PARAMS(Args) Args +# else +# define PARAMS(Args) () +# endif +# endif + /* Outputs the Unicode character CODE to the output stream STREAM. */ -extern void print_unicode_char (FILE *stream, unsigned int code); +extern void print_unicode_char PARAMS((FILE *stream, unsigned int code)); #endif