diff options
author | Ludovic Courtès <ludo@gnu.org> | 2008-09-10 22:50:04 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2008-09-10 22:50:04 +0200 |
commit | 6774820f1e83a388b3232cd61a66340886b395d8 (patch) | |
tree | 513cae9f2b9168aea1e4e20c3ce91cf89e0ce817 /libguile/srfi-14.c | |
parent | b74e86cf5f50612742609210ad8e04d46069437f (diff) | |
parent | 29776e85da637ec4d44b2b2822d6934a50c0084b (diff) | |
download | guile-6774820f1e83a388b3232cd61a66340886b395d8.tar.gz |
Merge commit '29776e85da637ec4d44b2b2822d6934a50c0084b' into boehm-demers-weiser-gc
Conflicts:
libguile/gc-card.c
libguile/gc.c
libguile/gc.h
libguile/ports.c
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 bc2cbf02a..fc047c028 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> |