commit 42169001b7912263fc77b4cbc8781b1f54ab62ce parent dbefc1b5cb50c4925d56f7cfbd1c12e4c5214e94 Author: Hiltjo Posthuma <hiltjo@codemadness.org> Date: Fri, 17 Jul 2015 21:15:45 +0200 types: fix typo (commented a whole block) Diffstat:
M | cc1/types.c | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/cc1/types.c b/cc1/types.c @@ -81,7 +81,7 @@ static Type types[] = { .defined = 1, .n.rank = RANK_LONG }, - { /* 11 = ulongtype + { /* 11 = ulongtype */ .op = INT, .letter = L_ULONG, .defined = 1,