Gitweb links:
...log
http://git.netsurf-browser.org/libnslog.git/shortlog/4af5c7174a6342f735ee51985d298cbe17895a43
...commit
http://git.netsurf-browser.org/libnslog.git/commit/4af5c7174a6342f735ee51985d298cbe17895a43
...tree
http://git.netsurf-browser.org/libnslog.git/tree/4af5c7174a6342f735ee51985d298cbe17895a43
The branch, master has been updated
via 4af5c7174a6342f735ee51985d298cbe17895a43 (commit)
from 9b4954ea662dad8c6605de6748e669c93525fce9 (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/libnslog.git/commit/?id=4af5c7174a6342f735ee51985d298cbe17895a43
commit 4af5c7174a6342f735ee51985d298cbe17895a43
Author: Daniel Silverstone <[email protected]>
Commit: Daniel Silverstone <[email protected]>
Use YYLTYPE not FILTER_LTYPE in filter_error()
diff --git a/src/filter-parser.y b/src/filter-parser.y
index 95f8e31..77d3eef 100644
--- a/src/filter-parser.y
+++ b/src/filter-parser.y
@@ -14,7 +14,7 @@
#include "filter-parser.h"
#include "filter-lexer.h"
-static void filter_error(FILTER_LTYPE *loc, nslog_filter_t **output, const
char *msg)
+static void filter_error(YYLTYPE *loc, nslog_filter_t **output, const char
*msg)
{
(void)loc;
(void)output;
-----------------------------------------------------------------------
Summary of changes:
src/filter-parser.y | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/filter-parser.y b/src/filter-parser.y
index 95f8e31..77d3eef 100644
--- a/src/filter-parser.y
+++ b/src/filter-parser.y
@@ -14,7 +14,7 @@
#include "filter-parser.h"
#include "filter-lexer.h"
-static void filter_error(FILTER_LTYPE *loc, nslog_filter_t **output, const
char *msg)
+static void filter_error(YYLTYPE *loc, nslog_filter_t **output, const char
*msg)
{
(void)loc;
(void)output;
--
NetSurf Parametric Logging Library
_______________________________________________
netsurf-commits mailing list
[email protected]
http://listmaster.pepperfish.net/cgi-bin/mailman/listinfo/netsurf-commits-netsurf-browser.org