From be122d47beca0e3b448276f1208850a96bf62b35 Mon Sep 17 00:00:00 2001 From: ttate Date: Sat, 11 May 2002 23:30:40 +0000 Subject: * ext/dl: enable dl's stack emulation for constructing function call. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@2451 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ext/dl/extconf.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'ext/dl') diff --git a/ext/dl/extconf.rb b/ext/dl/extconf.rb index 6dc6abca4e..050b759ddf 100644 --- a/ext/dl/extconf.rb +++ b/ext/dl/extconf.rb @@ -11,13 +11,13 @@ if( ARGV.include?("--help") ) --with-type-char strictly use type 'char' --with-type-short strictly use type 'short' --with-type-float strictly use type 'float' - --with-asm use the embedded assembler for passing arguments. - (this option is available for i386 machine now.) - --with-dlstack use a stack emulation for constructing function call. [experimental] --with-args=,, : maximum number of arguments of the function : maximum number of arguments of the callback : maximum number of callback entries + --enable-asm use the embedded assembler for passing arguments. + (this option is available for i386 machine now.) + --enable-dlstack use a stack emulation for constructing function call. [experimental] EOF exit(0) end -- cgit v1.2.3