summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--lib/mruby/presym.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/mruby/presym.rb b/lib/mruby/presym.rb
index d56719487..0009c9684 100644
--- a/lib/mruby/presym.rb
+++ b/lib/mruby/presym.rb
@@ -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[] = {"