1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-04-30 03:40:34 +02:00

remove SCM_CHAR_CODE_LIMIT define

* libguile/__scm.h: Remove SCM_CHAR_CODE_LIMIT define.
* libguile/feature.c (scm_init_feature): Remove char-code-limit define,
  which was sure to be 256: a bogus value.
This commit is contained in:
Andy Wingo 2011-05-15 11:13:03 +02:00
parent e0c332ed41
commit 7b34720346
2 changed files with 0 additions and 8 deletions

View file

@ -118,8 +118,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"
}