From 59b089e0c259e8f2bb2fa8cb44eab919095db80a Mon Sep 17 00:00:00 2001 From: ko1 Date: Tue, 8 Jul 2008 13:28:57 +0000 Subject: * lib/debug.rb, lib/profile.rb: fix to use RubyVM. * lib/rdoc/parsers/parse_c.rb: ditto. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@17958 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- lib/rdoc/parsers/parse_c.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/rdoc') diff --git a/lib/rdoc/parsers/parse_c.rb b/lib/rdoc/parsers/parse_c.rb index 745ee7aed..d398b1aa7 100644 --- a/lib/rdoc/parsers/parse_c.rb +++ b/lib/rdoc/parsers/parse_c.rb @@ -36,7 +36,7 @@ module RDoc "rb_cTime" => "Time", "rb_cTrueClass" => "TrueClass", "rb_cStruct" => "Struct", - "rb_cVM" => "VM", + "rb_cRubyVM" => "RubyVM", "rb_eException" => "Exception", "rb_eStandardError" => "StandardError", "rb_eSystemExit" => "SystemExit", -- cgit