compiler/libec: (#772) error on using wrong class name for constructors/destructors
authorJerome St-Louis <jerome@ecere.com>
Mon, 19 May 2014 01:04:19 +0000 (21:04 -0400)
committerJerome St-Louis <jerome@ecere.com>
Mon, 19 May 2014 01:07:35 +0000 (21:07 -0400)
commit34d181cd2129886df15f3cce68db276b6a13b200
tree3c2a5aa4e012d1ebc72c036b6e4224f2063ffcce
parentaf249d76c1237eb6f8b0dbfd201783d5e6164252
compiler/libec: (#772) error on using wrong class name for constructors/destructors
- A syntax error was being generated for an unrecognized type, but not if using an existing (mismatched) type
compiler/bootstrap/libec/bootstrap/firstPass.c
compiler/bootstrap/libec/bootstrap/grammar.c
compiler/libec/precompiled/grammar.c
compiler/libec/src/firstPass.ec
compiler/libec/src/grammar.ec
compiler/libec/src/grammar.y
ecere/src/sys/Date.ec
ecere/src/sys/GlobalAppSettings.ec
ecere/src/sys/TempFile.ec