diff options
author | ProjectRevoTPP <projectrevotpp@hotmail.com> | 2017-12-20 16:34:35 -0500 |
---|---|---|
committer | ProjectRevoTPP <projectrevotpp@hotmail.com> | 2017-12-20 16:34:35 -0500 |
commit | 48ef7704c03e7e554c05de01bf8d1d70c16cb6f4 (patch) | |
tree | 34d52513de6c903b4f52ef87d885c73472daf469 /ginclude | |
parent | f49e7cbb33e6e27b0ce5eb35244d7241c800a7c1 (diff) |
add libc building to agbcc.
Diffstat (limited to 'ginclude')
-rwxr-xr-x | ginclude/stddef.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ginclude/stddef.h b/ginclude/stddef.h index 6c60d76..562b4e6 100755 --- a/ginclude/stddef.h +++ b/ginclude/stddef.h @@ -18,6 +18,8 @@ typedef int wchar_t; /* A null pointer constant. */ +/* in case <stdio.h> has defined it. */ +#undef NULL #define NULL ((void *)0) /* Offset of member MEMBER in a struct of type TYPE. */ |