=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/include/complex.h,v retrieving revision 1.4 retrieving revision 1.5 diff -c -r1.4 -r1.5 *** src/include/complex.h 2011/07/08 19:25:31 1.4 --- src/include/complex.h 2014/03/16 18:38:30 1.5 *************** *** 1,4 **** ! /* $OpenBSD: complex.h,v 1.4 2011/07/08 19:25:31 martynas Exp $ */ /* * Copyright (c) 2008 Martynas Venckus * --- 1,4 ---- ! /* $OpenBSD: complex.h,v 1.5 2014/03/16 18:38:30 guenther Exp $ */ /* * Copyright (c) 2008 Martynas Venckus * *************** *** 27,34 **** #if __STDC_VERSION__ < 199901 #define _Complex __complex__ #endif - #define _Complex_I 1.0fi - #elif defined(lint) #define _Complex_I 1.0fi #endif --- 27,32 ----