scc

simple c99 compiler
git clone git://git.simple-cc.org/scc
Log | Files | Refs | Submodules | README | LICENSE

commit e3258a3470a0d34c36a0d6c5a7edeaef3720301a
parent b5678d336ab34f9377f139d7bdc9a4f76417ebc6
Author: Roberto E. Vargas Caballero <k0ga@shike2.com>
Date:   Sat, 10 Dec 2016 12:13:35 +0100

[cc1] Small whitespace change

Diffstat:
Mcc1/cpp.c | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/cc1/cpp.c b/cc1/cpp.c @@ -471,8 +471,8 @@ include(void) size_t filelen; static char *sysinclude[] = { PREFIX "/include/scc/" ARCH "/", - PREFIX"/include/", - PREFIX"/local/include/", + PREFIX "/include/", + PREFIX "/local/include/", NULL }; int n;