From 49cd286083ee0aa65bb84080accd93dad193aaf3 Mon Sep 17 00:00:00 2001 From: knu Date: Fri, 9 Feb 2007 11:41:49 +0000 Subject: * ext/thread: Import the "fastthread" implementation by MenTaLguY in the original form. This module is not hooked into the build yet since it needs some style fixes and adjustments. git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8@11677 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ext/thread/extconf.rb | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 ext/thread/extconf.rb (limited to 'ext/thread/extconf.rb') diff --git a/ext/thread/extconf.rb b/ext/thread/extconf.rb new file mode 100644 index 000000000..f83dacae3 --- /dev/null +++ b/ext/thread/extconf.rb @@ -0,0 +1,2 @@ +require 'mkmf' +create_makefile("thread") -- cgit