1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

* tool/transcode-tblgen.rb: comment removed in generated code.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19047 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
akr 2008-09-01 18:26:58 +00:00
parent c5759bfb5b
commit 5727e9c980
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,7 @@
Tue Sep 2 03:26:24 2008 Tanaka Akira <akr@fsij.org>
* tool/transcode-tblgen.rb: comment removed in generated code.
Tue Sep 2 03:16:42 2008 Tanaka Akira <akr@fsij.org>
* tool/transcode-tblgen.rb: define TRANSCODE_TABLE_INFO in generated

View file

@ -276,7 +276,7 @@ class ActionMap
when /\A([0-9a-f][0-9a-f])([0-9a-f][0-9a-f])([0-9a-f][0-9a-f])([0-9a-f][0-9a-f])\z/i
"o4(0x#$1,0x#$2,0x#$3,0x#$4)"
when /\A\/\*BYTE_LOOKUP\*\// # pointer to BYTE_LOOKUP structure
info.to_s
$'.to_s
else
raise "unexpected action: #{info.inspect}"
end