From: Scott McWhirter <konobi@cpan.org>
Date: Sun, 23 Dec 2007 07:25:21 +0000 (+0000)
Subject: Add prototype behaviour to MOP.xs to silence warnings during XS build time.
X-Git-Tag: 0_51~12
X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=d7bf3478fe0adfc72575b94b1c6c85fb6f95b501;p=gitmo%2FClass-MOP.git

Add prototype behaviour to MOP.xs to silence warnings during XS build time.
  - Just a tidy up, not anything major.
---

diff --git a/MOP.xs b/MOP.xs
index 47d02d4..6f1e2f6 100644
--- a/MOP.xs
+++ b/MOP.xs
@@ -17,6 +17,8 @@ get_code_info:
 
 MODULE = Class::MOP   PACKAGE = Class::MOP
 
+PROTOTYPES: ENABLE
+
 SV*
 check_package_cache_flag(pkg)
   SV* pkg