help-bison
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

newbie


From: James Long
Subject: newbie
Date: Thu, 13 Dec 2007 11:37:33 -0900

Can someone tell me why I might get a segfault in yyparse() at

YYSTYPE *yyvs = yyvsa;

I think it has something to do with

%union
{
  char string[1000000];
}

which works fine with yacc.

Thanks,

Jim
--

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
James Long
Biotechnology Computing Research Group
University of Alaska
jim.long|at|alaska.edu
http://biotech.inbre.alaska.edu
(907) 474-5769
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%








reply via email to

[Prev in Thread] Current Thread [Next in Thread]