changeset 27163:dc701a20c18f

Make it possible to #define gcd to an alias.
author Bruno Haible <bruno@clisp.org>
date Wed, 11 Oct 2006 12:40:44 +0000
parents 7408b210e68f
children c1e19bfac5f8
files ChangeLog lib/gcd.c
diffstat 2 files changed, 7 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Wed Oct 11 12:39:18 2006 +0000
+++ b/ChangeLog	Wed Oct 11 12:40:44 2006 +0000
@@ -1,3 +1,8 @@
+2006-10-10  Bruno Haible  <bruno@clisp.org>
+
+	Make it possible to #define gcd to an alias.
+	* lib/gcd.c: Include config.h.
+
 2006-10-10  Bruno Haible  <bruno@clisp.org>
 
 	Make it possible to #define c_isascii to an alias.
--- a/lib/gcd.c	Wed Oct 11 12:39:18 2006 +0000
+++ b/lib/gcd.c	Wed Oct 11 12:40:44 2006 +0000
@@ -16,6 +16,8 @@
    along with this program; if not, write to the Free Software Foundation,
    Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.  */
 
+#include <config.h>
+
 /* This file can also be used to define gcd functions for other unsigned
    types, such as 'unsigned long long' or 'uintmax_t'.  */
 #ifndef WORD_T