* numbers.c (s_scm_logior) [SCM_DIGSTOOBIG]: Also use
authorMarius Vollmer <mvo@zagadka.de>
Thu, 22 Feb 2001 09:25:03 +0000 (09:25 +0000)
committerMarius Vollmer <mvo@zagadka.de>
Thu, 22 Feb 2001 09:25:03 +0000 (09:25 +0000)
SCM_DIGSPERLONG instead of DIGSPERLONG.

libguile/numbers.c

index 4c5d5be..816ad3d 100644 (file)
@@ -859,7 +859,7 @@ SCM_DEFINE1 (scm_logior, "logior", scm_tc7_asubr,
                              (nn1 < 0) ? SCM_BIGSIGNFLAG : 0, n2, SCM_BIGSIGNFLAG);
        }
 # else
-       SCM_BIGDIG zdigs [DIGSPERLONG];
+       SCM_BIGDIG zdigs [SCM_DIGSPERLONG];
        scm_longdigs (nn1, zdigs);
        if ((!(nn1 < 0)) && !SCM_BIGSIGN (n2)) {
          return scm_big_ior (zdigs, SCM_DIGSPERLONG,