summaryrefslogtreecommitdiff
path: root/ext/Data/Dumper/Dumper.xs
diff options
context:
space:
mode:
authorGurusamy Sarathy <gsar@cpan.org>1999-02-18 17:04:12 +0000
committerGurusamy Sarathy <gsar@cpan.org>1999-02-18 17:04:12 +0000
commit5a930efa650ced24646f928bb6e40ff8f58cc53c (patch)
tree5ec054f923e5384e6a7e2077404b3edc8842b019 /ext/Data/Dumper/Dumper.xs
parent097d66a9bb4486e5ece83ced5c687fb1dc2c7503 (diff)
downloadperl-5a930efa650ced24646f928bb6e40ff8f58cc53c.tar.gz
s/#defined/#define/
p4raw-id: //depot/perl@2972
Diffstat (limited to 'ext/Data/Dumper/Dumper.xs')
-rw-r--r--ext/Data/Dumper/Dumper.xs2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/Data/Dumper/Dumper.xs b/ext/Data/Dumper/Dumper.xs
index ad7c5d435c..c9ad9b63a6 100644
--- a/ext/Data/Dumper/Dumper.xs
+++ b/ext/Data/Dumper/Dumper.xs
@@ -4,7 +4,7 @@
#ifndef PERL_VERSION
#include "patchlevel.h"
-#defined PERL_VERSION PATCHLEVEL
+#define PERL_VERSION PATCHLEVEL
#endif
#if PERL_VERSION < 5