mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-20 03:30:27 +02:00
Fix define error for mini-gmp
* libguile/gen-scmconfig.c [!SCM_I_GSC_ENABLE_MINI_GMP]: define SCM_ENABLE_MINI_GMP as zero, not undef
This commit is contained in:
parent
5f1778781d
commit
870dfc0227
1 changed files with 1 additions and 1 deletions
|
@ -382,7 +382,7 @@ main (int argc, char *argv[])
|
|||
#if SCM_I_GSC_ENABLE_MINI_GMP == 1
|
||||
pf ("#define SCM_ENABLE_MINI_GMP 1\n");
|
||||
#else
|
||||
pf ("#undef SCM_ENABLE_MINI_GMP\n");
|
||||
pf ("#define SCM_ENABLE_MINI_GMP 0\n");
|
||||
#endif
|
||||
|
||||
printf ("#endif\n");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue