summaryrefslogtreecommitdiff
path: root/perl.h
diff options
context:
space:
mode:
authorRobin Barker <RMBarker@cpan.org>2006-09-01 17:10:25 +0100
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>2006-09-05 10:40:25 +0000
commitf5992bc4a0a918eda67e6097aac8bd75a3b524e4 (patch)
tree26f5c02dc9031a2719076673e74cba5ac0173c56 /perl.h
parent786e8c118e1218e4c348fecf469934e080881633 (diff)
downloadperl-f5992bc4a0a918eda67e6097aac8bd75a3b524e4.tar.gz
; was RE: [PATCH perlio.c pp.c regcomp.c] silence format and comparison warnings
From: "Robin Barker" <Robin.Barker@npl.co.uk> Message-ID: <2C2E01334A940D4792B3E115F95B7226120A21@exchsvr1.npl.ad.local> p4raw-id: //depot/perl@28786
Diffstat (limited to 'perl.h')
-rw-r--r--perl.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/perl.h b/perl.h
index 7d7e2574b2..665324a0df 100644
--- a/perl.h
+++ b/perl.h
@@ -3015,6 +3015,7 @@ typedef pthread_key_t perl_key;
# endif
#endif
+/* not used; but needed for backward compatibilty with XS code? - RMB */
#ifndef UVf
# define UVf UVuf
#endif