From: Florian Ragwitz Date: Mon, 10 Aug 2009 04:29:50 +0000 (+0200) Subject: Stop mixing declarations with code. X-Git-Tag: 0.005009~1 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=0a3b37d176e502d59b02de536880942a6927f5dc;p=p5sagit%2FDevel-Declare.git Stop mixing declarations with code. --- diff --git a/Declare.xs b/Declare.xs index 54aa668..95dd495 100644 --- a/Declare.xs +++ b/Declare.xs @@ -488,6 +488,7 @@ set_in_declare(int value) in_declare = value; BOOT: +{ char *endptr; char *debug_str = getenv ("DD_DEBUG"); if (debug_str) { @@ -496,3 +497,4 @@ BOOT: dd_debug = 0; } } +}