summaryrefslogtreecommitdiff
path: root/src/stddef/wchar_t.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/stddef/wchar_t.c')
-rw-r--r--src/stddef/wchar_t.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/stddef/wchar_t.c b/src/stddef/wchar_t.c
index dc4955fa..eae2d067 100644
--- a/src/stddef/wchar_t.c
+++ b/src/stddef/wchar_t.c
@@ -1,4 +1,3 @@
-#include <stddef.h>
typedef int wchar_t;
/** wide character type **/
@@ -11,7 +10,5 @@ The null character will always have the value LITERAL(0).
/*
TYPEDEF(integer)
-*/
-/*
STDC(1)
*/