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