Commit Diff


commit - 7d95f678bb95955d59d5910a1b6951797693d0a0
commit + 3c12f67d765d9fd0ee94e3dee7ed65e8fa2765a8
blob - 3b0d9f79814367479fc0da85d3744bb5d4e6a82f
blob + 46f4aec38d0536038f078891954b78883d24fbf3
--- cc/cc1/parse.y
+++ cc/cc1/parse.y
@@ -315,7 +315,6 @@ struct type_spec *ts;
 			dt->type = us ? DT_USHORT : DT_SHORT;
 		} else if (bt & BT_LONG) {
 			dt->type = us ? DT_ULONG : DT_LONG;
-			puts ("LOOOOOONG");
 		} else {
 			dt->type = us ? DT_UINT : DT_INT;
 		}