shithub: scc

Download patch

ref: dbefc1b5cb50c4925d56f7cfbd1c12e4c5214e94
parent: f85a7bfa8943a40c196cb4e3778106bcc77e7eb5
author: Hiltjo Posthuma <[email protected]>
date: Fri Jul 17 17:11:07 EDT 2015

getpars: return -1 on error

--- a/cc1/cpp.c
+++ b/cc1/cpp.c
@@ -261,6 +261,7 @@
 popctx_and_error:
 	popctx();
 	error(err);
+	return -1;
 }
 
 static void