compiler/libec/grammar: Fixed bad return statement breaking Clang build
authorJerome St-Louis <jerome@ecere.com>
Wed, 14 May 2014 20:59:23 +0000 (16:59 -0400)
committerJerome St-Louis <jerome@ecere.com>
Wed, 14 May 2014 20:59:23 +0000 (16:59 -0400)
commited3cdcf0cb78ff88a07326e08a19f95c094af249
tree6ffe38c7433fc79e98f2e961c9e7936744f6de0d
parentd49189865812e02474d10e92a9e9631659575b91
compiler/libec/grammar: Fixed bad return statement breaking Clang build
- This was causing a return from yyparse() rather than simply the rule as intended
compiler/bootstrap/libec/bootstrap/grammar.c
compiler/libec/precompiled/grammar.c
compiler/libec/src/grammar.ec
compiler/libec/src/grammar.y