mirror of
https://github.com/ashinn/chibi-scheme.git
synced 2025-07-12 15:37:35 +02:00
Moving meta.scm to meta-7.scm to avoid unintended override.
Addresses issue #214.
This commit is contained in:
parent
fbaed38714
commit
30178e9c28
2 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ extern "C" {
|
|||
|
||||
#define sexp_init_file "init-"
|
||||
#define sexp_init_file_suffix ".scm"
|
||||
#define sexp_meta_file "meta.scm"
|
||||
#define sexp_meta_file "meta-7.scm"
|
||||
#define sexp_leap_seconds_file "leap.txt"
|
||||
|
||||
enum sexp_core_form_names {
|
||||
|
|
Loading…
Add table
Reference in a new issue