deprecate SCM_CHAR_CODE_LIMIT and char-code-limit
authorAndy Wingo <wingo@pobox.com>
Thu, 10 Jan 2013 15:01:06 +0000 (16:01 +0100)
committerAndy Wingo <wingo@pobox.com>
Thu, 10 Jan 2013 15:01:06 +0000 (16:01 +0100)
commit921cd222b992f719dc870239bc196688b8d3d507
treee37946f2683aed6ca03bcbaecd89787afcedeb13
parent03a2f59851ff9e9ae751c92c5608ef2a197c4938
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.
doc/guile-api.alist
libguile/__scm.h
libguile/deprecated.h
libguile/feature.c
module/ice-9/deprecated.scm
test-suite/tests/regexp.test