+2001-03-03 Bruno Haible <haible@clisp.cons.org>
+
+ * printf.h (PARAMS): GNU C always supports prototypes.
+ * system.h (PARAMS): Likewise.
+
2001-03-05 Bruno Haible <haible@clisp.cons.org>
* vasprintf.c (int_vasprintf): Cast second arg of strtoul, to avoid
-/* Copyright (C) 1991, 1992, 1993, 1995, 2000 Free Software Foundation, Inc.
+/* Copyright (C) 1991-1993, 1995, 2000, 2001 Free Software Foundation, Inc.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
#endif
#ifndef PARAMS
-# if __STDC__
+# if defined (__GNUC__) || __STDC__
# define PARAMS(args) args
# else
# define PARAMS(args) ()