summaryrefslogtreecommitdiff
path: root/libguile/procs.h
diff options
context:
space:
mode:
authorAndy Wingo <wingo@oblong.net>2009-03-17 15:54:42 +0100
committerAndy Wingo <wingo@oblong.net>2009-03-17 15:54:42 +0100
commita37593c7c8d518bbd0ff3b1b1362a5a6213027fc (patch)
tree9aedb7962b2927642b8e808f664bb676bce0b31d /libguile/procs.h
parentb6b5d31e35d39d10b932af8a74612330f7b40961 (diff)
parente95d11110b7af0f528404d28209c3a464ab7074d (diff)
downloadguile-a37593c7c8d518bbd0ff3b1b1362a5a6213027fc.tar.gz
Merge commit 'e95d11110b7af0f528404d28209c3a464ab7074d' into vm-check
Diffstat (limited to 'libguile/procs.h')
-rw-r--r--libguile/procs.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/libguile/procs.h b/libguile/procs.h
index cf9cdf182..8365abec5 100644
--- a/libguile/procs.h
+++ b/libguile/procs.h
@@ -3,7 +3,7 @@
#ifndef SCM_PROCS_H
#define SCM_PROCS_H
-/* Copyright (C) 1995,1996,1998,1999,2000,2001, 2006, 2008 Free Software Foundation, Inc.
+/* Copyright (C) 1995,1996,1998,1999,2000,2001, 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
@@ -131,8 +131,6 @@ typedef struct
#define SCM_SETTER(obj) SCM_CELL_OBJECT_2 (obj)
SCM_API scm_t_subr_entry *scm_subr_table;
-SCM_API long scm_subr_table_size;
-SCM_API long scm_subr_table_room;