the -S option also falls under ifndef NOCROSS
authorceriel <none@none>
Thu, 7 Mar 1991 12:51:11 +0000 (12:51 +0000)
committerceriel <none@none>
Thu, 7 Mar 1991 12:51:11 +0000 (12:51 +0000)
lang/cem/cemcom.ansi/options.c

index e393e6a..c39e781 100644 (file)
@@ -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
        }
 }