handle_ifdefs_in(body)
Removes #ifdefs that would otherwise confuse us
# File lib/rdoc/parser/c.rb, line 971 def handle_ifdefs_in(body) body.gsub(/^#ifdef HAVE_PROTOTYPES.*?#else.*?\n(.*?)#endif.*?\n/, '\1') end