shithub: scc

Download patch

ref: 34a2f1d2c53189e62586d8b42d82c12b7aacd503
parent: 42b7d44e5a719cb28265e58432dcdb306f687690
author: Roberto E. Vargas Caballero <[email protected]>
date: Fri Jul 11 18:49:13 EDT 2014

Fix statement declararions

We lost TYPE case some commits ago

--- a/cc1/stmt.c
+++ b/cc1/stmt.c
@@ -306,7 +306,7 @@
 			if (ahead() == ':')
 				goto statement;
 			/* pass through */
-		case SCLASS: case TQUALIFIER:
+		case TYPE: case SCLASS: case TQUALIFIER:
 			decl();
 			break;
 		default: