diff --git a/H/compile.h b/H/compile.h index 665d35321..393ffe528 100644 --- a/H/compile.h +++ b/H/compile.h @@ -209,7 +209,11 @@ typedef struct PSEUDO { CELL rnd1; union { Int oprnd2; +#if MIN_ARRAY == 0 + CELL opseqt[MIN_ARRAY]; +#else CELL opseqt[1]; +#endif } ops; } PInstr;