summaryrefslogtreecommitdiff
path: root/src/nonstd/_PREDEF/__STDC__.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/nonstd/_PREDEF/__STDC__.c')
-rw-r--r--src/nonstd/_PREDEF/__STDC__.c14
1 files changed, 0 insertions, 14 deletions
diff --git a/src/nonstd/_PREDEF/__STDC__.c b/src/nonstd/_PREDEF/__STDC__.c
deleted file mode 100644
index 5bcfe7aa..00000000
--- a/src/nonstd/_PREDEF/__STDC__.c
+++ /dev/null
@@ -1,14 +0,0 @@
-#define __STDC__ (1)
-
-/** standard C support **/
-
-/***
-is automatically defined by the compiler to indicate that it supports
-some version of ISO/IEC 9899.
-***/
-
-/*
-VALUE_TYPE(TYPE(int))
-VALUE_FIXED(1)
-STDC(1)
-*/