aboutsummaryrefslogtreecommitdiff
path: root/stddef.h
diff options
context:
space:
mode:
Diffstat (limited to 'stddef.h')
-rw-r--r--stddef.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/stddef.h b/stddef.h
index 4856037..5e7a867 100644
--- a/stddef.h
+++ b/stddef.h
@@ -3,7 +3,7 @@
/* TCC include file */
#define NULL ((void *)0)
-
typedef unsigned int size_t;
+typedef int wchar_t;
#endif