projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
097d66a
)
s/#defined/#define/
Gurusamy Sarathy [Thu, 18 Feb 1999 17:04:12 +0000 (17:04 +0000)]
p4raw-id: //depot/perl@2972
ext/Data/Dumper/Dumper.xs
patch
|
blob
|
blame
|
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"
-#defined PERL_VERSION PATCHLEVEL
+#define PERL_VERSION PATCHLEVEL
#endif
#if PERL_VERSION < 5