summaryrefslogtreecommitdiff
path: root/nonprism/grilo-plugins/0001-lua-factory-Remove-bad-prototype-for-html_entity_has.patch
diff options
context:
space:
mode:
authorAndreas Grapentin <andreas@grapentin.org>2018-01-18 20:46:53 +0100
committerAndreas Grapentin <andreas@grapentin.org>2018-01-19 07:21:49 +0100
commite3bc3272e64f43df34f73c820bf2b3d6ae13117a (patch)
tree6308e5a08face5c9b71ed807bfd47719ad23fd50 /nonprism/grilo-plugins/0001-lua-factory-Remove-bad-prototype-for-html_entity_has.patch
parentbf4816a4eed7ba765ce2b24ddc45c923001d030f (diff)
downloadabslibre-e3bc3272e64f43df34f73c820bf2b3d6ae13117a.tar.gz
abslibre-e3bc3272e64f43df34f73c820bf2b3d6ae13117a.tar.bz2
abslibre-e3bc3272e64f43df34f73c820bf2b3d6ae13117a.zip
nonprism/grilo-plugins: updated to 0.3.5
Diffstat (limited to 'nonprism/grilo-plugins/0001-lua-factory-Remove-bad-prototype-for-html_entity_has.patch')
-rw-r--r--nonprism/grilo-plugins/0001-lua-factory-Remove-bad-prototype-for-html_entity_has.patch27
1 files changed, 0 insertions, 27 deletions
diff --git a/nonprism/grilo-plugins/0001-lua-factory-Remove-bad-prototype-for-html_entity_has.patch b/nonprism/grilo-plugins/0001-lua-factory-Remove-bad-prototype-for-html_entity_has.patch
deleted file mode 100644
index 6f37c5474..000000000
--- a/nonprism/grilo-plugins/0001-lua-factory-Remove-bad-prototype-for-html_entity_has.patch
+++ /dev/null
@@ -1,27 +0,0 @@
-From 2fc539daa0e51a280f36c3d3558f15856bc217fd Mon Sep 17 00:00:00 2001
-From: "Jan Alexander Steffens (heftig)" <jan.steffens@gmail.com>
-Date: Fri, 17 Feb 2017 23:22:59 +0100
-Subject: [PATCH 1/2] lua-factory: Remove bad prototype for html_entity_hash
-
-gperf 3.1 changes the type of the len argument for the generated
-function to size_t, causing a conflict.
----
- src/lua-factory/lua-library/htmlentity.gperf | 2 --
- 1 file changed, 2 deletions(-)
-
-diff --git a/src/lua-factory/lua-library/htmlentity.gperf b/src/lua-factory/lua-library/htmlentity.gperf
-index cbd326c4f56f3e2d..096bf3e39b106eda 100644
---- a/src/lua-factory/lua-library/htmlentity.gperf
-+++ b/src/lua-factory/lua-library/htmlentity.gperf
-@@ -35,8 +35,6 @@ struct _EntityEntry {
- const gchar *name;
- gulong value;
- };
--struct _EntityEntry *
--html_entity_hash (register const char *str, register unsigned int len);
- %%
- Aacute, 193
- aacute, 225
---
-2.11.1
-