Adding the new test would be swell.
[p5sagit/p5-mst-13.2.git] / perl.h
diff --git a/perl.h b/perl.h
index ab99e85..9283e8e 100644 (file)
--- a/perl.h
+++ b/perl.h
@@ -226,11 +226,7 @@ struct perl_thread;
 #endif
 
 #define NOOP (void)0
-#ifdef HASATTRIBUTE
 #define dNOOP extern int Perl___notused __attribute__ ((unused))
-#else
-#define dNOOP extern int Perl___notused
-#endif
 
 #ifndef pTHX
 #  define pTHX         void