From: Lukas Mai <l.mai@web.de>
Date: Sun, 17 Jun 2012 01:10:50 +0000 (+0200)
Subject: whoops, fix compilation
X-Git-Tag: v0.05_01~1
X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=1bc478869eb9a88aaf5830bdc01eb7bb94564280;p=p5sagit%2FFunction-Parameters.git

whoops, fix compilation
---

diff --git a/Parameters.xs b/Parameters.xs
index 240a859..6d4be46 100644
--- a/Parameters.xs
+++ b/Parameters.xs
@@ -38,7 +38,7 @@ See http://dev.perl.org/licenses/ for more information.
 
 #else
  #define WARNINGS_RESET
- #define WARNINGS_ENABLE(X)
+ #define WARNINGS_ENABLE
 #endif