compiler/grammar; bootstrap: Fixed comma warning case to be consistent
authorJerome St-Louis <jerome@ecere.com>
Tue, 6 May 2014 10:26:48 +0000 (06:26 -0400)
committerJerome St-Louis <jerome@ecere.com>
Tue, 6 May 2014 10:28:19 +0000 (06:28 -0400)
commit43acce6937cc45cd4b437d74b8e290fd22ab9d16
tree24a3b229961ef8ee44fb4700c2897507a5003ca3
parent53ddc870d498711c4eaee8d0010ed2b20aa99ae0
compiler/grammar; bootstrap: Fixed comma warning case to be consistent
- Added missing null pointer checks in pass2
- Updated bootstrap
compiler/bootstrap/libec/bootstrap/expression.c
compiler/bootstrap/libec/bootstrap/grammar.c
compiler/bootstrap/libec/bootstrap/pass15.c
compiler/bootstrap/libec/bootstrap/pass2.c
compiler/bootstrap/libec/bootstrap/type.c
compiler/libec/precompiled/expression.c
compiler/libec/precompiled/grammar.c
compiler/libec/precompiled/type.c
compiler/libec/src/grammar.ec
compiler/libec/src/grammar.y
compiler/libec/src/pass2.ec