scc

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

commit c0913171a899ed66ed287452e5ecbdd33947f07d
parent 32cb435e3baa158d35a2c228f6547678047ceca8
Author: Roberto E. Vargas Caballero <k0ga@shike2.com>
Date:   Sun, 23 Dec 2018 07:45:13 +0000

[libc] Fix definition of size_t for amd64

Diffstat:
Minclude/bits/amd64/arch/string.h | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/include/bits/amd64/arch/string.h b/include/bits/amd64/arch/string.h @@ -1,5 +1,6 @@ #ifndef _SIZET typedef unsigned long size_t; +#define _SIZET #endif -#define __NUMCHARS 128 -\ No newline at end of file +#define __NUMCHARS 128