From cd038da5467d6e4cc2f04a4ebd0f915b62359781 Mon Sep 17 00:00:00 2001 From: Andy Wingo Date: Fri, 9 Apr 2010 14:26:31 +0200 Subject: remove libguile/lang.h, deprecate %nil (in favor of #nil) * libguile/Makefile.am: * libguile/init.c: * libguile/lang.c: * libguile/lang.h: Remove lang.c and lang.h. * libguile/pairs.h (SCM_NIL_P, SCM_NULL_OR_NIL_P): Moved here. * module/ice-9/deprecated.scm (%nil): %nil definition moved here. * libguile/alist.c: * libguile/async.c: * libguile/backtrace.c: * libguile/boolean.c: * libguile/dynl.c: * libguile/eval.c: * libguile/filesys.c: * libguile/fluids.c: * libguile/list.c: * libguile/load.c: * libguile/options.c: * libguile/posix.c: * libguile/print.c: * libguile/promises.c: * libguile/sort.c: * libguile/throw.c: * libguile/trees.c: * libguile/vectors.c: * libguile/vm.c: * libguile/weaks.c: * srfi/srfi-1.c: references removed. --- libguile/async.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'libguile/async.c') diff --git a/libguile/async.c b/libguile/async.c index ddb2a215f..e448dc1d5 100644 --- a/libguile/async.c +++ b/libguile/async.c @@ -1,4 +1,4 @@ -/* Copyright (C) 1995,1996,1997,1998,2000,2001, 2002, 2004, 2006, 2008, 2009 Free Software Foundation, Inc. +/* Copyright (C) 1995,1996,1997,1998,2000,2001, 2002, 2004, 2006, 2008, 2009, 2010 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 License @@ -30,7 +30,6 @@ #include "libguile/throw.h" #include "libguile/root.h" #include "libguile/smob.h" -#include "libguile/lang.h" #include "libguile/dynwind.h" #include "libguile/deprecation.h" -- cgit v1.2.3