Path: utzoo!mnetor!uunet!husc6!cmcl2!rutgers!mtune!whuts!homxb!ihnp4!gargoyle!jpusa1!stu From: stu@jpusa1.UUCP (Stu Heiss) Newsgroups: comp.unix.xenix Subject: need fix/workararound for yacc Message-ID: <722@jpusa1.UUCP> Date: 3 Feb 88 17:59:27 GMT Reply-To: stu@jpusa1.UUCP (Stu Heiss) Organization: JPUSA - Chicago, IL Lines: 10 In trying to put together perl on xenix I've run into a yacc limit. Xenix yacc (and yaccL) reserve 5000 bytes for state info, etc. and perl.y needs about 6500 (as discovered by yacc'ing perl.y on a 68k box with -v and examining y.output). Does anybody know of a patch to yacc to reserve more memory for state info? Is there a pd yacc that will run under xenix? All that failing, is it possible to break up a yacc source and run the pieces separately (this may sound dumb but I'm no yacc expert), and if so, how? -- Stu Heiss {spl1,gargoyle,ihnp4}!jpusa1!stu