# File lib/rdoc/parser/c.rb, line 1004
  def remove_commented_out_lines
    @content.gsub!(%r%//.*rb_define_%, '//')
  end