# HG changeset patch # User Jacob Carlborg # Date 1247174718 -7200 # Node ID 27e00625790bd0e97be8e4ad3557de435a8dbc79 # Parent 3592b41928fe085e07d9616036e8f2352fafa1cf Fixed: bindings were private diff -r 3592b41928fe -r 27e00625790b scripts/dgen.rb --- a/scripts/dgen.rb Thu Jul 09 23:21:08 2009 +0200 +++ b/scripts/dgen.rb Thu Jul 09 23:25:18 2009 +0200 @@ -663,7 +663,7 @@ if constant.type == "@" @d_constants << { :name => constant.name.dup, :type => constant.declaredType.gsub("*", ""), :const => const } - str << "private ".indent(2) + str << "package ".indent(2) str << "const id" if const str << "id" unless const str << " "