summaryrefslogtreecommitdiff
path: root/content/handlers/html/css.c
diff options
context:
space:
mode:
authorMichael Drake <michael.drake@codethink.co.uk>2020-05-22 10:28:48 +0100
committerMichael Drake <michael.drake@codethink.co.uk>2020-05-22 10:30:05 +0100
commitc2f73310d011a7e6b02f6dbedf96826c21a1b88f (patch)
treeefa799f590c5af9cd7a9d6721dc1f9c1204f771e /content/handlers/html/css.c
parent8bef50aae2aaf4bb51900f638d9c4abb1e0b2304 (diff)
downloadnetsurf-c2f73310d011a7e6b02f6dbedf96826c21a1b88f.tar.gz
netsurf-c2f73310d011a7e6b02f6dbedf96826c21a1b88f.tar.bz2
Squash warning: "_GNU_SOURCE" redefined.
The utils/config.h header handles this.
Diffstat (limited to 'content/handlers/html/css.c')
-rw-r--r--content/handlers/html/css.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/content/handlers/html/css.c b/content/handlers/html/css.c
index d7c9b3c41..2434b1783 100644
--- a/content/handlers/html/css.c
+++ b/content/handlers/html/css.c
@@ -23,8 +23,6 @@
#include "utils/config.h"
-#define _GNU_SOURCE /* strcasestr needs this for string.h */
-
#include <assert.h>
#include <ctype.h>
#include <stdint.h>