diff options
author | Ludovic Courtès <ludo@gnu.org> | 2007-07-29 14:58:21 +0000 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2007-07-29 14:58:21 +0000 |
commit | 6caac03c93f3c0657a9487ee175b2779eae0f747 (patch) | |
tree | 6ce7faaa1aac04c3a283ada14f00f32df266c327 /libguile/srfi-14.c | |
parent | f6b4d9b42eeabd38068bf18ae612c20c723b5368 (diff) | |
download | guile-6caac03c93f3c0657a9487ee175b2779eae0f747.tar.gz |
Changes from arch/CVS synchronization
Diffstat (limited to 'libguile/srfi-14.c')
-rw-r--r-- | libguile/srfi-14.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/libguile/srfi-14.c b/libguile/srfi-14.c index f61db7dd5..908e0c8ff 100644 --- a/libguile/srfi-14.c +++ b/libguile/srfi-14.c @@ -1,6 +1,6 @@ /* srfi-14.c --- SRFI-14 procedures for Guile * - * Copyright (C) 2001, 2004, 2006 Free Software Foundation, Inc. + * Copyright (C) 2001, 2004, 2006, 2007 Free Software Foundation, Inc. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public @@ -22,8 +22,6 @@ #endif -#define _GNU_SOURCE /* Ask for `isblank ()'. */ - #include <string.h> #include <ctype.h> |