From 1abdbe3e2fc9bc3a0f1b4923876b8e8e5f6f200d Mon Sep 17 00:00:00 2001 From: ceriel Date: Thu, 7 Mar 1991 12:51:11 +0000 Subject: [PATCH] the -S option also falls under ifndef NOCROSS --- lang/cem/cemcom.ansi/options.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lang/cem/cemcom.ansi/options.c b/lang/cem/cemcom.ansi/options.c index e393e6ab..c39e7816 100644 --- a/lang/cem/cemcom.ansi/options.c +++ b/lang/cem/cemcom.ansi/options.c @@ -291,10 +291,10 @@ next_option: /* to allow combined one-char options */ } break; } -#endif NOCROSS case 'S': density = txt2int(&text); break; +#endif NOCROSS #endif LINT } }