PR/34286: Gene ENonymous: Increase YYSTACKSIZE so that we can handle huge

pools.
This commit is contained in:
christos 2006-08-26 23:20:56 +00:00
parent 568f6f6f30
commit 18b025cbc8
1 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: ippool_y.y,v 1.1.1.2 2005/02/19 21:27:05 martti Exp $ */
/* $NetBSD: ippool_y.y,v 1.2 2006/08/26 23:20:56 christos Exp $ */
%{
#include <sys/types.h>
@ -34,6 +34,7 @@
#include "kmem.h"
#define YYDEBUG 1
#define YYSTACKSIZE 0x00ffffff
extern int yyparse __P((void));
extern int yydebug;