Files
bison/doc
Akim Demaille b01b80836d tests: fix warnings in push mode
Fix warning with GCC 8, -DNDEBUG.

    422. push.at:83: testing Multiple impure instances ...
    input.y: In function 'main':
    input.c:1022:12: error: potential null pointer dereference [-Werror=null-dereference]
       if (!yyps->yynew && yyps->yyss != yyps->yyssa)
            ~~~~^~~~~~~

* data/yacc.c (pstate_delete): Do nothing if called on null pointer.
2018-08-15 19:40:15 +02:00
..
2013-08-01 11:41:49 +02:00
2015-01-04 17:49:13 +01:00
2018-08-15 19:40:15 +02:00
2015-01-16 10:52:17 +01:00
2018-05-12 18:18:41 +02:00
2018-05-12 18:18:41 +02:00
2007-11-14 13:18:44 +00:00