summaryrefslogtreecommitdiff
path: root/libguile/feature.c
diff options
context:
space:
mode:
authorAndy Wingo <wingo@pobox.com>2013-01-10 16:01:06 +0100
committerAndy Wingo <wingo@pobox.com>2013-01-10 16:01:06 +0100
commit921cd222b992f719dc870239bc196688b8d3d507 (patch)
treee37946f2683aed6ca03bcbaecd89787afcedeb13 /libguile/feature.c
parent03a2f59851ff9e9ae751c92c5608ef2a197c4938 (diff)
downloadguile-921cd222b992f719dc870239bc196688b8d3d507.tar.gz
deprecate SCM_CHAR_CODE_LIMIT and char-code-limit
* libguile/__scm.h: * libguile/deprecated.h (SCM_CHAR_CODE_LIMIT): Move declaration here from __scm.h. * libguile/feature.c: * module/ice-9/deprecated.scm (char-code-limit): Move definition here. * test-suite/tests/regexp.test: Update to not use char-code-limit.
Diffstat (limited to 'libguile/feature.c')
-rw-r--r--libguile/feature.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/libguile/feature.c b/libguile/feature.c
index f3bddc788..464697508 100644
--- a/libguile/feature.c
+++ b/libguile/feature.c
@@ -1,5 +1,5 @@
/* Copyright (C) 1995, 1996, 1998, 1999, 2000, 2001, 2002, 2003, 2004,
- * 2006, 2007, 2009, 2011 Free Software Foundation, Inc.
+ * 2006, 2007, 2009, 2011, 2013 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
@@ -123,8 +123,6 @@ scm_init_feature()
scm_add_feature ("threads");
#endif
- scm_c_define ("char-code-limit", scm_from_int (SCM_CHAR_CODE_LIMIT));
-
#include "libguile/feature.x"
}