GNU General Public License for more details.
You should have received a copy of the GNU General Public License
- along with this program; if not, write to the Free Software
- Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
+ along with this program; if not, write to the Free Software Foundation,
+ Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
\f
/* A `struct linebuffer' holds a line of text. */
#undef PARAMS
#if defined (__STDC__) && __STDC__
-# define PARAMS(x) x
+# define PARAMS(Args) Args
#else
-# define PARAMS(x) ()
+# define PARAMS(Args) ()
#endif
/* Initialize linebuffer LINEBUFFER for use. */
#undef PARAMS
#if defined (__STDC__) && __STDC__
-# define PARAMS(args) args
+# define PARAMS(Args) Args
#else
-# define PARAMS(args) ()
+# define PARAMS(Args) ()
#endif
int
along with this program; if not, write to the Free Software Foundation,
Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
-#ifdef HAVE_CONFIG_H
+#if HAVE_CONFIG_H
# include <config.h>
#endif