scc

simple C compiler
git clone git://git.2f30.org/scc
Log | Files | Refs | README | LICENSE

commit dbefc1b5cb50c4925d56f7cfbd1c12e4c5214e94
parent f85a7bfa8943a40c196cb4e3778106bcc77e7eb5
Author: Hiltjo Posthuma <hiltjo@codemadness.org>
Date:   Fri, 17 Jul 2015 21:11:07 +0200

getpars: return -1 on error

Diffstat:
Mcc1/cpp.c | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/cc1/cpp.c b/cc1/cpp.c @@ -261,6 +261,7 @@ getpars(Symbol *args[NR_MACROARG]) popctx_and_error: popctx(); error(err); + return -1; } static void