summaryrefslogtreecommitdiff
path: root/src/__STDC__.c
diff options
context:
space:
mode:
authorJakob Kaivo <jkk@ung.org>2019-02-09 17:06:20 -0500
committerJakob Kaivo <jkk@ung.org>2019-02-09 17:06:20 -0500
commit77a1100e9523c395fd0a27cbc4d1fa5b93ba4351 (patch)
tree023ec80da4b97df523179246a818cd3a66f2a4bc /src/__STDC__.c
parent0dbdd6cbaf492ca83efce25b636f5bce2b71652e (diff)
rearrange a bit
Diffstat (limited to 'src/__STDC__.c')
-rw-r--r--src/__STDC__.c14
1 files changed, 0 insertions, 14 deletions
diff --git a/src/__STDC__.c b/src/__STDC__.c
deleted file mode 100644
index 5bcfe7aa..00000000
--- a/src/__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)
-*/