From: Gurusamy Sarathy Date: Thu, 18 Feb 1999 17:04:12 +0000 (+0000) Subject: s/#defined/#define/ X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=5a930efa650ced24646f928bb6e40ff8f58cc53c;p=p5sagit%2Fp5-mst-13.2.git s/#defined/#define/ p4raw-id: //depot/perl@2972 --- diff --git a/ext/Data/Dumper/Dumper.xs b/ext/Data/Dumper/Dumper.xs index ad7c5d4..c9ad9b6 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