aboutsummaryrefslogtreecommitdiff
path: root/lang/ruby18/files/extrapatch-eval.c
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2009-01-05 20:36:33 +0000
committerPav Lucistnik <pav@FreeBSD.org>2009-01-05 20:36:33 +0000
commit41d8c3385c21ae51629c8997035eae8a9423ff6c (patch)
tree246d960cb714ce0095c452017819f6b1c64a7dfb /lang/ruby18/files/extrapatch-eval.c
parent5e3b0872db18497aacc353b3ef94ad8dac11183f (diff)
downloadports-41d8c3385c21ae51629c8997035eae8a9423ff6c.tar.gz
ports-41d8c3385c21ae51629c8997035eae8a9423ff6c.zip
Notes
Diffstat (limited to 'lang/ruby18/files/extrapatch-eval.c')
-rw-r--r--lang/ruby18/files/extrapatch-eval.c13
1 files changed, 0 insertions, 13 deletions
diff --git a/lang/ruby18/files/extrapatch-eval.c b/lang/ruby18/files/extrapatch-eval.c
deleted file mode 100644
index 4d9785c75d7f..000000000000
--- a/lang/ruby18/files/extrapatch-eval.c
+++ /dev/null
@@ -1,13 +0,0 @@
---- eval.c.orig Wed Feb 23 15:54:03 2005
-+++ eval.c Wed Feb 23 15:54:18 2005
-@@ -12,6 +12,10 @@
-
- **********************************************************************/
-
-+#ifdef _THREAD_SAFE
-+#undef _THREAD_SAFE
-+#endif
-+
- #include "ruby.h"
- #include "node.h"
- #include "env.h"