From: ceriel Date: Thu, 7 Mar 1991 12:51:11 +0000 (+0000) Subject: the -S option also falls under ifndef NOCROSS X-Git-Tag: release-5-5~1196 X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=30867cf6314aae666f9b062b0d80058bf72ca959;p=ack.git the -S option also falls under ifndef NOCROSS --- diff --git a/lang/cem/cemcom.ansi/options.c b/lang/cem/cemcom.ansi/options.c index e393e6abd..c39e78166 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 } }