mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
Add symbol names as comments to presym_length_table; ref #5303
This commit is contained in:
+1
-1
@@ -91,7 +91,7 @@ module MRuby
|
||||
_pp "GEN", table_header_path.relative_path
|
||||
File.open(table_header_path, "w:binary") do |f|
|
||||
f.puts "static const uint16_t presym_length_table[] = {"
|
||||
presyms.each{|sym| f.puts " #{sym.bytesize},"}
|
||||
presyms.each{|sym| f.puts " #{sym.bytesize},\t/* #{sym} */"}
|
||||
f.puts "};"
|
||||
f.puts
|
||||
f.puts "static const char * const presym_name_table[] = {"
|
||||
|
||||
Reference in New Issue
Block a user