/* * This file contains system-dependent hacks and should be included * before _any_ other header file. */ /* The header defines the macro barrier() with zero * parameters, which conflicts with a function definition of the same * name in the header. Therefore, the header must be included * first. This only works because apparently the libfp does not use this * function. If it does nevertheless, the barrier macro must be undefined * before. */ #ifdef __linux # include #endif