CVSROOT: /cvs
Module name: src
Changes by: [EMAIL PROTECTED] 2008/07/21 14:50:55
Modified files:
include : math.h
sys/arch/alpha/include: _types.h float.h
sys/arch/amd64/include: _types.h float.h
sys/arch/arm/include: _types.h float.h
sys/arch/hppa/include: _types.h float.h
sys/arch/hppa64/include: _types.h float.h
sys/arch/i386/include: _types.h float.h
sys/arch/m68k/include: _types.h float.h
sys/arch/m88k/include: _types.h float.h
sys/arch/mips64/include: _types.h float.h
sys/arch/powerpc/include: _types.h float.h
sys/arch/sh/include: _types.h float.h
sys/arch/sparc/include: _types.h float.h
sys/arch/sparc64/include: _types.h float.h
sys/arch/vax/include: _types.h float.h
Log message:
- add proper double_t and float_t definitions for each arch
- math.h shouldn't define FLT_EVAL_METHOD, but float.h should (per
C99). remove from math.h, and add proper definitions in float.h
ok millert@