shithub: scc

Download patch

ref: 93e74dd57e1c6b799ff2b72a36d6feef51c2bf9c
parent: 2bc536749ffaedde7fa8307e7bdac88b68d21452
author: Roberto E. Vargas Caballero <[email protected]>
date: Tue Feb 24 06:24:08 EST 2015

Update TODO comments

--- a/cc2/parser.c
+++ b/cc2/parser.c
@@ -510,7 +510,7 @@
 			fun = expression;
 			break;
 		case 'S':
-			/* struct */
+			/* TODO: struct */
 			break;
 		case 'P':
 			fun = paramdcl;