mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-07-02 07:40:30 +02:00
Convert regexps to use statically-allocated tc16
* libguile/scm.h: Allocate tc16. * libguile/regex-posix.h: * libguile/regex-posix.c: * libguile/finalizers.h: * libguile/finalizers.c: Adapt.
This commit is contained in:
parent
197345fa02
commit
ace42e191e
5 changed files with 68 additions and 38 deletions
|
@ -24,6 +24,7 @@
|
|||
|
||||
#include <libguile/scm.h>
|
||||
|
||||
SCM_INTERNAL void scm_i_finalize_regexp (struct scm_thread*, SCM);
|
||||
SCM_INTERNAL void scm_init_regex_posix (void);
|
||||
|
||||
#endif /* SCM_REGEX_POSIX_H */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue