X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=ckuus5.c;h=d542de36b4609e2d74ba52eb1f6c8c5079b1ecbe;hb=85cbd541708c07a14e4010725cdf2f74d5a1e81b;hp=744d75ec70bd19a53b9e507cb056a9b5eeba4d85;hpb=7d6f100e78719be0c4bdec4f9f80007bd0f6744d;p=ckermit.git diff --git a/ckuus5.c b/ckuus5.c index 744d75e..d542de3 100644 --- a/ckuus5.c +++ b/ckuus5.c @@ -11965,6 +11965,21 @@ shofea() { flag = 1; #endif /* CK_XYZ */ +#ifdef NOFLOAT + printf(" No floating-point arithmetic\n"); + if (++lines > cmd_rows - 3) { if (!askmore()) return(1); else lines = 0; } + flag = 1; + printf(" No S-Expressions (LISP interpreter)\n"); + if (++lines > cmd_rows - 3) { if (!askmore()) return(1); else lines = 0; } + flag = 1; +#else +#ifdef NOSEXP + printf(" No S-Expressions (LISP interpreter)\n"); + if (++lines > cmd_rows - 3) { if (!askmore()) return(1); else lines = 0; } + flag = 1; +#endif /* NOSEXP */ +#endif /* NOFLOAT */ + #ifdef NOTLOG printf(" No transaction log\n"); if (++lines > cmd_rows - 3) { if (!askmore()) return(1); else lines = 0; }