diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2002-04-21 02:52:35 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2002-04-21 02:52:35 +0000 |
commit | 2a8c30295b275492168d354bd41e49b2adb4c4df (patch) | |
tree | 795a981985c9c73c48c3046dc31dcb063de60fab /perl.h | |
parent | 9c25e1f89bb1ab422ff7f8c07d5abd3e91105704 (diff) | |
download | perl-2a8c30295b275492168d354bd41e49b2adb4c4df.tar.gz |
htovs et al might be macros.
p4raw-id: //depot/perl@16035
Diffstat (limited to 'perl.h')
-rw-r--r-- | perl.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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. |