diff options
Diffstat (limited to 'ext/mplex/fastintfns.h')
-rw-r--r-- | ext/mplex/fastintfns.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ext/mplex/fastintfns.h b/ext/mplex/fastintfns.h index db78af1e..7c1ec130 100644 --- a/ext/mplex/fastintfns.h +++ b/ext/mplex/fastintfns.h @@ -4,6 +4,9 @@ * */ +#ifndef __inline__ +#define __inline__ inline +#endif static __inline__ int intmax( register int x, register int y ) { |