summaryrefslogtreecommitdiff
path: root/test/invalid-matrix.c
diff options
context:
space:
mode:
authorEmmanuele Bassi <ebassi@gnome.org>2021-05-01 16:58:15 +0100
committerEmmanuele Bassi <ebassi@gnome.org>2021-05-01 16:58:15 +0100
commitbfd1602db9fd0d23074ef4d1628de66d70241c3b (patch)
tree775e14afb6494f4036700ee806f66d2c792c8f76 /test/invalid-matrix.c
parent833630979404faae2bd99c59e4e5739e675917f0 (diff)
downloadcairo-bfd1602db9fd0d23074ef4d1628de66d70241c3b.tar.gz
Remove stray _GNU_SOURCE definitions
We define _GNU_SOURCE globally in both the Autotools build, through the use of the AC_USE_SYSTEM_EXTENSIONS macro; and in the Meson build, with add_project_arguments().
Diffstat (limited to 'test/invalid-matrix.c')
-rw-r--r--test/invalid-matrix.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/invalid-matrix.c b/test/invalid-matrix.c
index 9bb26be0b..df0dff0f1 100644
--- a/test/invalid-matrix.c
+++ b/test/invalid-matrix.c
@@ -25,8 +25,8 @@
*/
#define _ISOC99_SOURCE /* for INFINITY */
-#define _GNU_SOURCE 1 /* for fedisableeexcept() et al */
+#include "config.h"
#include "cairo-test.h"
#if !defined(INFINITY)