--- ray/src/px/pcompos.c 1992/08/10 11:23:13 2.9 +++ ray/src/px/pcompos.c 1992/08/11 18:40:57 2.10 @@ -116,6 +116,11 @@ char *argv[]; goto userr; } dofiles: + if (ysiz > 0 & ncolumns > 0) { + fprintf(stderr, "%s: -a option incompatible with -y\n", + progname); + quit(1); + } for (nfile = 0; an < argc; nfile++) { if (nfile >= MAXFILE) goto toomany;