Gitweb links:
...log
http://git.netsurf-browser.org/netsurf.git/shortlog/c2f73310d011a7e6b02f6dbedf96826c21a1b88f
...commit
http://git.netsurf-browser.org/netsurf.git/commit/c2f73310d011a7e6b02f6dbedf96826c21a1b88f
...tree
http://git.netsurf-browser.org/netsurf.git/tree/c2f73310d011a7e6b02f6dbedf96826c21a1b88f
The branch, master has been updated
via c2f73310d011a7e6b02f6dbedf96826c21a1b88f (commit)
from 8bef50aae2aaf4bb51900f638d9c4abb1e0b2304 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commitdiff
http://git.netsurf-browser.org/netsurf.git/commit/?id=c2f73310d011a7e6b02f6dbedf96826c21a1b88f
commit c2f73310d011a7e6b02f6dbedf96826c21a1b88f
Author: Michael Drake <[email protected]>
Commit: Michael Drake <[email protected]>
Squash warning: "_GNU_SOURCE" redefined.
The utils/config.h header handles this.
diff --git a/content/handlers/html/css.c b/content/handlers/html/css.c
index d7c9b3c..2434b17 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>
diff --git a/desktop/treeview.c b/desktop/treeview.c
index e8aed77..48a0316 100644
--- a/desktop/treeview.c
+++ b/desktop/treeview.c
@@ -24,7 +24,6 @@
#include "utils/config.h"
-#define _GNU_SOURCE /* strcasestr needs this for string.h */
#include <string.h>
#include "utils/utils.h"
-----------------------------------------------------------------------
Summary of changes:
content/handlers/html/css.c | 2 --
desktop/treeview.c | 1 -
2 files changed, 3 deletions(-)
diff --git a/content/handlers/html/css.c b/content/handlers/html/css.c
index d7c9b3c..2434b17 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>
diff --git a/desktop/treeview.c b/desktop/treeview.c
index e8aed77..48a0316 100644
--- a/desktop/treeview.c
+++ b/desktop/treeview.c
@@ -24,7 +24,6 @@
#include "utils/config.h"
-#define _GNU_SOURCE /* strcasestr needs this for string.h */
#include <string.h>
#include "utils/utils.h"
--
NetSurf Browser
_______________________________________________
netsurf-commits mailing list -- [email protected]
To unsubscribe send an email to [email protected]