/* $TenDRA: tendra/src/lib/machines/linux/80x86/include/math.h,v 1.2 2004/06/08 22:12:48 stefanf Exp $ */

#ifndef __HACKED_MATH_INCLUDED
#define __HACKED_MATH_INCLUDED

#pragma TenDRA begin
#pragma TenDRA error "cpp_replace_arg_empty" off
#define __NO_MATH_INLINES
#include_next <math.h>
#pragma TenDRA end

#ifndef MAXFLOAT
#include <float.h>
#define MAXFLOAT	FLT_MAX
#endif

#endif


syntax highlighted by Code2HTML, v. 0.9.1