[Groonga-commit] groonga/groonga-normalizer-mysql [master] Add missing [] for array type

Back to archive index

Kouhei Sutou null+****@clear*****
Sun Feb 10 21:55:01 JST 2013


Kouhei Sutou	2013-02-10 21:55:01 +0900 (Sun, 10 Feb 2013)

  New Revision: 1c5df6ae61ae24161fa7d14426a5424687856e61
  https://github.com/groonga/groonga-normalizer-mysql/commit/1c5df6ae61ae24161fa7d14426a5424687856e61

  Log:
    Add missing [] for array type

  Modified files:
    tool/generate-utf8-table.rb

  Modified: tool/generate-utf8-table.rb (+1 -1)
===================================================================
--- tool/generate-utf8-table.rb    2013-02-10 21:53:04 +0900 (c6c6b7c)
+++ tool/generate-utf8-table.rb    2013-02-10 21:55:01 +0900 (5a605f1)
@@ -104,7 +104,7 @@ end
 target_planes.each do |plane, characters|
   puts(<<-PLANE_HEADER)
 
-static uint32_t #{plane_name(plane)} = {
+static uint32_t #{plane_name(plane)}[] = {
 PLANE_HEADER
   lines = characters.each_with_index.each_slice(8).collect do |characters_group|
     formatted_code_points = characters_group.collect do |normalized, low_code|
-------------- next part --------------
HTML����������������������������...
Download 



More information about the Groonga-commit mailing list
Back to archive index