mirror of
https://github.com/ashinn/chibi-scheme.git
synced 2025-06-15 15:25:12 +02:00
disabling placeholder digits by default
This commit is contained in:
parent
b101e5c585
commit
386b798b35
1 changed files with 1 additions and 1 deletions
|
@ -436,7 +436,7 @@
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef SEXP_USE_PLACEHOLDER_DIGITS
|
#ifndef SEXP_USE_PLACEHOLDER_DIGITS
|
||||||
#define SEXP_USE_PLACEHOLDER_DIGITS SEXP_USE_FLONUMS
|
#define SEXP_USE_PLACEHOLDER_DIGITS 0
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef SEXP_PLACEHOLDER_DIGIT
|
#ifndef SEXP_PLACEHOLDER_DIGIT
|
||||||
|
|
Loading…
Add table
Reference in a new issue