aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2021-01-18 10:56:21 -0800
committerBruce Hill <bruce@bruce-hill.com>2021-01-18 10:56:21 -0800
commit1857870ccb8142d97d63b1adb0eb6318aacc6b33 (patch)
treef9aacdd65c9ec0bf3c6451ee51d91ff0a3cfae3a
parentaa9a9045e8d66fad1ce7d93d99a73c3c7b063917 (diff)
Removed TCC hack, since this is now fixed in TCC
-rw-r--r--bb.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/bb.h b/bb.h
index 5c53efd..2b557a9 100644
--- a/bb.h
+++ b/bb.h
@@ -119,11 +119,5 @@ typedef struct bb_s {
proc_t *running_procs;
} bb_t;
-// Hack to get TinyCC (TCC) compilation to work:
-// https://lists.nongnu.org/archive/html/tinycc-devel/2018-07/msg00000.html
-#ifdef __TINYC__
-void * __dso_handle __attribute((visibility("hidden"))) = &__dso_handle;
-#endif
-
#endif
// vim: ts=4 sw=0 et cino=L2,l1,(0,W4,m1