···847847 }
848848}
849849850850-#if (__GNUC__ == 4) && (__GNUC_MINOR__ == 2) && (__GNUC_PATCHLEVEL__ == 3)
850850+#if (__GNUC__ == 4) && (__GNUC_MINOR__ == 2) && (__GNUC_PATCHLEVEL__ >= 1)
851851/* To me (Daniel S) this looks like a compiler error/problem so we only
852852- silence it this way on this specific compiler version we know causes this */
852852+ silence it this way on this specific compiler version we know causes this
853853+ Known to happen for 4.2.1 until 4.2.3 */
853854#define COMPLEXPTR *(const complex_t **)
854855#else
855856#define COMPLEXPTR (const complex_t *)