X-Git-Url: https://git.hcoop.net/bpt/guile.git/blobdiff_plain/6f03035fe80d1c25ffadc42ec59c473402f65f60..a16d4e82e949954805bf2cd42cfbb519fcf4012d:/libguile/root.h diff --git a/libguile/root.h b/libguile/root.h index a8116c879..68ab5c7ce 100644 --- a/libguile/root.h +++ b/libguile/root.h @@ -3,21 +3,22 @@ #ifndef SCM_ROOT_H #define SCM_ROOT_H -/* Copyright (C) 1996,1998,2000,2001, 2002, 2006, 2008 Free Software Foundation, Inc. +/* Copyright (C) 1996,1998,2000,2001, 2002, 2006, 2008, 2009 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 as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. + * modify it under the terms of the GNU Lesser General Public License + * as published by the Free Software Foundation; either version 3 of + * the License, or (at your option) any later version. * - * This library is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of + * This library is distributed in the hope that it will be useful, but + * WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA + * 02110-1301 USA */ @@ -28,23 +29,6 @@ -#define scm_flo0 scm_sys_protects[0] -#define scm_listofnull scm_sys_protects[1] -#define scm_nullvect scm_sys_protects[2] -#define scm_nullstr scm_sys_protects[3] -#define scm_keyword_obarray scm_sys_protects[4] -#define scm_stand_in_procs scm_sys_protects[5] -#define scm_object_whash scm_sys_protects[6] -#define scm_asyncs scm_sys_protects[7] -#define scm_protects scm_sys_protects[8] -#define scm_properties_whash scm_sys_protects[9] -#define scm_source_whash scm_sys_protects[10] -#define SCM_NUM_PROTECTS 11 - -SCM_API SCM scm_sys_protects[]; - - - SCM_API SCM scm_internal_cwdr (scm_t_catch_body body, void *body_data, scm_t_catch_handler handler,