scc

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

commit de76767e2436b8e4aa1318a6b7f9e50003bfb185
parent cd8b03339e454d34de3b9a0a1ac4d088a00c4d42
Author: Roberto E. Vargas Caballero <k0ga@shike2.com>
Date:   Wed, 29 Apr 2020 11:08:33 +0200

libc: Small naming change

Diffstat:
Minclude/iso646.h | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/include/iso646.h b/include/iso646.h @@ -1,5 +1,5 @@ -#ifndef _ISO646_H_ -#define _ISO646_H_ +#ifndef _ISO646_H +#define _ISO646_H #define and && #define and_eq &=