shithub: scc

Download patch

ref: 42169001b7912263fc77b4cbc8781b1f54ab62ce
parent: dbefc1b5cb50c4925d56f7cfbd1c12e4c5214e94
author: Hiltjo Posthuma <[email protected]>
date: Fri Jul 17 17:15:45 EDT 2015

types: fix typo (commented a whole block)

--- a/cc1/types.c
+++ b/cc1/types.c
@@ -81,7 +81,7 @@
 		.defined = 1,
 		.n.rank = RANK_LONG
 	},
-	{       /* 11 = ulongtype
+	{       /* 11 = ulongtype */
 		.op = INT,
 		.letter = L_ULONG,
 		.defined = 1,