felipe Mon, 12 Jul 2010 12:42:11 +0000 Revision: http://svn.php.net/viewvc?view=revision&revision=301184
Log: - Added ParseARG_STORE into yy_destructor template for suppress warning about unused %extra_argument Changed paths: U php/php-src/branches/LEMON/lempar.c Modified: php/php-src/branches/LEMON/lempar.c =================================================================== --- php/php-src/branches/LEMON/lempar.c 2010-07-12 11:54:40 UTC (rev 301183) +++ php/php-src/branches/LEMON/lempar.c 2010-07-12 12:42:11 UTC (rev 301184) @@ -294,6 +294,7 @@ YYMINORTYPE *yypminor /* The object to be destroyed */ ){ ParseARG_FETCH; + ParseARG_STORE; /* Suppress warning about unused %extra_argument variable */ switch( yymajor ){ /* Here is inserted the actions which take place when a ** terminal or non-terminal is destroyed. This can happen
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php