projects
/
platform
/
upstream
/
perl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
097d66a
)
s/#defined/#define/
author
Gurusamy Sarathy
<gsar@cpan.org>
Thu, 18 Feb 1999 17:04:12 +0000
(17:04 +0000)
committer
Gurusamy 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
patch
|
blob
|
history
diff --git
a/ext/Data/Dumper/Dumper.xs
b/ext/Data/Dumper/Dumper.xs
index
ad7c5d4
..
c9ad9b6
100644
(file)
--- a/
ext/Data/Dumper/Dumper.xs
+++ b/
ext/Data/Dumper/Dumper.xs
@@
-4,7
+4,7
@@
#ifndef PERL_VERSION
#include "patchlevel.h"
-#define
d
PERL_VERSION PATCHLEVEL
+#define PERL_VERSION PATCHLEVEL
#endif
#if PERL_VERSION < 5