=================================================================== RCS file: /cvs/djgpp/djgpp/tests/libc/c99/math/t-ismac.c,v retrieving revision 1.1 retrieving revision 1.2 diff -p -u -r1.1 -r1.2 --- djgpp/tests/libc/c99/math/t-ismac.c 2013/03/23 11:58:58 1.1 +++ /cvs/djgpp/djgpp/tests/libc/c99/math/t-ismac.c 2015/05/23 08:50:09 1.2 @@ -1,10 +1,12 @@ #include "../../../../include/stdio.h" #include "../../../../include/math.h" #include "../../../../include/libc/ieee.h" -#include #define TEST_TYPE 0 /* Allowed 0 or 1 */ +typedef enum { + false = 0, true = 1 +} bool; typedef union {