*** empty log message ***

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@3296 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
nobu 2003-01-05 20:11:20 +00:00
parent e1949185d3
commit a01112eafe
2 changed files with 9 additions and 1 deletions

View File

@ -1,3 +1,7 @@
Mon Jan 06 05:11:15 2003 Nobuyoshi Nakada <nobu.nokada@softhome.net>
Mon Jan 6 02:32:46 2003 Nobuyoshi Nakada <nobu.nokada@softhome.net>
* struct.c (make_struct): needs meta class.

View File

@ -11,6 +11,10 @@ $extobjs = nil
$ignore = nil
$message = nil
$progname = $0
alias $PROGRAM_NAME $0
alias $0 $progname
$extlist = []
$:.replace ["."]
@ -78,7 +82,7 @@ def extmake(target)
# ignore
ensure
rm_f "conftest*"
$0 = __FILE__
$0 = $PROGRAM_NAME
Config::CONFIG["srcdir"] = $top_srcdir
end
end