bug-bison
[Top][All Lists]
Advanced

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

bison-2a note


From: twlevo
Subject: bison-2a note
Date: Thu, 6 Jan 2005 23:47:58 +0100 (CET)
User-agent: SquirrelMail/1.4.3a

noticed from the bison cvs version of today in generated output
that   YYSIZE_T yystacksize = YYINITDEPTH; is
in yyparse() and also used casted to (unsigned long int)
YYDPRINTF ((stderr, "Stack size increased to %lu\n",
                  (unsigned long int) yystacksize));
could this ever lead to a bug or hidden 32bits dependacy?
or: YYDPRINTF(("Stack size increased to %d\n",yystacksize));






reply via email to

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