]> git.saurik.com Git - bison.git/commit - data/glr.c
c++: more YY_NULL
authorAkim Demaille <akim@lrde.epita.fr>
Sun, 1 Apr 2012 11:15:41 +0000 (13:15 +0200)
committerAkim Demaille <akim@lrde.epita.fr>
Sun, 1 Apr 2012 11:42:46 +0000 (13:42 +0200)
commiteeaf1dc646048e464d97f6a572b8894632e6e47a
treecb18ed58f4e7342625e35b6b802b1f2a2fbaee16
parent3e75a2c92b12766add442d00a86d5ec1c67ce560
c++: more YY_NULL

Caught by maintainer-check-g++.
* data/glr.c, data/lalr1.cc, data/yacc.c, tests/cxx-type.at,
* tests/glr-regression.at, tests/push.at:
When simple to do, avoid expliciting the null ptr.
Otherwise use YY_NULL.
data/glr.c
data/lalr1.cc
data/yacc.c
tests/cxx-type.at
tests/glr-regression.at
tests/push.at