Remove prototypes from MOP.xs. The pure perl implementations don't have prototypes...
authorFlorian Ragwitz <rafl@debian.org>
Thu, 25 Dec 2008 14:41:24 +0000 (14:41 +0000)
committerFlorian Ragwitz <rafl@debian.org>
Thu, 25 Dec 2008 14:41:24 +0000 (14:41 +0000)
commit36756faf096775e60fa007f0569a46d24922c4a6
treef4f60ca97bf95353bbe127f4248910db9fec5afb
parentc16a3087fabac823b511ab1fcfa10d0f64f53bf6
Remove prototypes from MOP.xs. The pure perl implementations don't have prototypes either.

The prototype for get_code_info remains as Sub::Identify::get_code_info, which
is used if we couldn't load our xs code, also has a prototype.
MOP.xs