m4-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Changes to m4/m4/builtin.c,v


From: Eric Blake
Subject: Changes to m4/m4/builtin.c,v
Date: Sun, 08 Apr 2007 05:06:44 +0000

CVSROOT:        /sources/m4
Module name:    m4
Changes by:     Eric Blake <ericb>      07/04/08 05:06:42

Index: m4/builtin.c
===================================================================
RCS file: /sources/m4/m4/m4/builtin.c,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -b -r1.26 -r1.27
--- m4/builtin.c        27 Oct 2006 17:03:51 -0000      1.26
+++ m4/builtin.c        8 Apr 2007 05:06:42 -0000       1.27
@@ -1,6 +1,6 @@
 /* GNU m4 -- A simple macro processor
    Copyright (C) 1989, 1990, 1991, 1992, 1993, 1994, 1999, 2000, 2005,
-   2006 Free Software Foundation, Inc.
+   2006, 2007 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
@@ -21,6 +21,8 @@
 /* Code for all builtin macros, initialisation of symbol table, and
    expansion of user defined macros.  */
 
+#include <config.h>
+
 #include "m4private.h"
 
 /* Find the builtin which has NAME.  If HANDLE is not NULL, then




reply via email to

[Prev in Thread] Current Thread [Next in Thread]