mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-16 16:50:21 +02:00
Retire inclusion guard macro SCM_MAGIC_SNARFER.
This commit is contained in:
parent
f547334d00
commit
79401766de
81 changed files with 0 additions and 162 deletions
|
@ -310,9 +310,7 @@ scm_init_regex_posix ()
|
|||
scm_c_define ("regexp/notbol", scm_long2num (REG_NOTBOL));
|
||||
scm_c_define ("regexp/noteol", scm_long2num (REG_NOTEOL));
|
||||
|
||||
#ifndef SCM_MAGIC_SNARFER
|
||||
#include "libguile/regex-posix.x"
|
||||
#endif
|
||||
|
||||
scm_add_feature ("regex");
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue