# File lib/racc/logfilegenerator.rb, line 209
    def symbol_locations(locs)
      locs.map {|loc| loc.rule.ident }.reject {|n| n == 0 }.uniq
    end