From: Jarkko Hietaniemi Date: Sun, 21 Apr 2002 02:52:35 +0000 (+0000) Subject: htovs et al might be macros. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=2a8c30295b275492168d354bd41e49b2adb4c4df;p=p5sagit%2Fp5-mst-13.2.git htovs et al might be macros. p4raw-id: //depot/perl@16035 --- diff --git a/perl.h b/perl.h index 59a21fa..920bd3c 100644 --- a/perl.h +++ b/perl.h @@ -2279,11 +2279,13 @@ struct ptr_tbl { # define htovs(x) vtohs(x) # endif /* otherwise default to functions in util.c */ +#ifndef htovs short htovs(short n); short vtohs(short n); long htovl(long n); long vtohl(long n); #endif +#endif /* *MAX Plus 1. A floating point value. Hopefully expressed in a way that dodgy floating point can't mess up.