diff options
| author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2007-02-28 01:33:57 +0000 |
|---|---|---|
| committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2007-02-28 01:33:57 +0000 |
| commit | f80e89fb7d58fc36d636567dcefd6c56c603e70d (patch) | |
| tree | 20b5ff277552b56e76691db75e5e536df3aaf048 /Makefile.in | |
| parent | 4217916bf4e0721d4e3889ad47855a440e64e2bf (diff) | |
| download | ruby-f80e89fb7d58fc36d636567dcefd6c56c603e70d.tar.gz ruby-f80e89fb7d58fc36d636567dcefd6c56c603e70d.tar.xz ruby-f80e89fb7d58fc36d636567dcefd6c56c603e70d.zip | |
* Makefile.in, configure.in, */Makefile.sub (THREAD_MODEL): system
specific thread model.
* compile.h, regint.h, vm.h, array.c: removed unnecessary #include.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@11928 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'Makefile.in')
| -rw-r--r-- | Makefile.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in index 23dedbe6d..5a65d34a0 100644 --- a/Makefile.in +++ b/Makefile.in @@ -72,6 +72,8 @@ LIBRUBYARG = @LIBRUBYARG@ LIBRUBYARG_STATIC = @LIBRUBYARG_STATIC@ LIBRUBYARG_SHARED = @LIBRUBYARG_SHARED@ +THREAD_MODEL = @THREAD_MODEL@ + PREP = @PREP@ ARCHFILE = @ARCHFILE@ SETUP = |
