aboutsummaryrefslogtreecommitdiffstats
path: root/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'main.c')
-rw-r--r--main.c12
1 files changed, 0 insertions, 12 deletions
diff --git a/main.c b/main.c
index aa264e8507..cffbe25120 100644
--- a/main.c
+++ b/main.c
@@ -12,18 +12,6 @@
#include "ruby.h"
-#ifdef DJGPP
-unsigned int _stklen = 0x180000;
-#endif
-
-#ifdef __human68k__
-int _stacksize = 262144;
-#endif
-
-#if defined __MINGW32__
-int _CRT_glob = 0;
-#endif
-
#if defined(__MACOS__) && defined(__MWERKS__)
#include <console.h>
#endif