s/#defined/#define/
authorGurusamy Sarathy <gsar@cpan.org>
Thu, 18 Feb 1999 17:04:12 +0000 (17:04 +0000)
committerGurusamy Sarathy <gsar@cpan.org>
Thu, 18 Feb 1999 17:04:12 +0000 (17:04 +0000)
p4raw-id: //depot/perl@2972

ext/Data/Dumper/Dumper.xs

index ad7c5d4..c9ad9b6 100644 (file)
@@ -4,7 +4,7 @@
 
 #ifndef PERL_VERSION
 #include "patchlevel.h"
-#defined PERL_VERSION PATCHLEVEL
+#define PERL_VERSION PATCHLEVEL
 #endif
 
 #if PERL_VERSION < 5