Path: utzoo!news-server.csri.toronto.edu!cs.utexas.edu!sdd.hp.com!caen!uwm.edu!rutgers!mcnc!uvaarpa!haven!ni.umd.edu!sayshell.umd.edu!louie From: louie@sayshell.umd.edu (Louis A. Mamakos) Newsgroups: comp.lang.perl Subject: Re: yacc stack overflow Message-ID: <1991Mar8.135932.27266@ni.umd.edu> Date: 8 Mar 91 13:59:32 GMT References: Sender: usenet@ni.umd.edu (USENET News System) Organization: University of Maryland, College Park Lines: 6 Nntp-Posting-Host: sayshell.umd.edu I just cranked up the value of YYMAXDEPTH in perl.c (from perl.y), and 'fixed' this problem. It at least let me use the find2perl script posted earlier. To really do this fix right, the Makefile needs to pass '-DYYMAXDEPTH=300' to cc when it compiles perl.c. louie