1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-20 11:40:18 +02:00

Hard code SCM_HAVE_ARRAYS to "1", for real now.

This commit is contained in:
Marius Vollmer 2005-01-02 21:04:50 +00:00
parent 5be5e69974
commit 0fb1d2642c

View file

@ -401,7 +401,7 @@ main (int argc, char *argv[])
"#endif\n");
printf ("\n");
pf ("#define SCM_HAVE_ARRAYS +++ /* always true now */\n");
pf ("#define SCM_HAVE_ARRAYS 1 /* always true now */\n");
printf ("#endif\n");