ref: 1b2bcd0b455e35c6792bb1ce19859288e696a00a
parent: fb52401a1d119fd02590755c6fd5173ac65210b2
author: Hiltjo Posthuma <[email protected]>
date: Fri Jul 17 17:31:19 EDT 2015
whitespace fixes
--- a/cc1/cc1.h
+++ b/cc1/cc1.h
@@ -334,7 +334,7 @@
extern Input *input;
extern int lexmode;
-extern Type *voidtype, *pvoidtype, *booltype,
+extern Type *voidtype, *pvoidtype, *booltype,
*uchartype, *chartype,
*uinttype, *inttype,
*ushortype, *shortype,
--- a/cc1/types.c
+++ b/cc1/types.c
@@ -10,7 +10,6 @@
#define NR_TYPE_HASH 16
-
/*
* Initializaion of type pointers were done with
* a C99 initilizator '... = &(Type) {...', but