[gnumeric] Perl-loader: keep up with function structure changes.
- From: Morten Welinder <mortenw src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnumeric] Perl-loader: keep up with function structure changes.
- Date: Fri, 3 Aug 2012 20:43:34 +0000 (UTC)
commit 79ab1ae016c29722ad22bc569083566faa2b2604
Author: Morten Welinder <terra gnome org>
Date: Fri Aug 3 16:43:10 2012 -0400
Perl-loader: keep up with function structure changes.
plugins/perl-loader/ChangeLog | 4 ++++
plugins/perl-loader/perl-loader.c | 1 -
2 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/plugins/perl-loader/ChangeLog b/plugins/perl-loader/ChangeLog
index a69eff2..a795260 100644
--- a/plugins/perl-loader/ChangeLog
+++ b/plugins/perl-loader/ChangeLog
@@ -1,3 +1,7 @@
+2012-08-03 Morten Welinder <terra gnome org>
+
+ * perl-loader.c (gplp_func_desc_load): "unlinker" is gone.
+
2012-07-15 Morten Welinder <terra gnome org>
* Release 1.11.5
diff --git a/plugins/perl-loader/perl-loader.c b/plugins/perl-loader/perl-loader.c
index de4cb41..ce16da1 100644
--- a/plugins/perl-loader/perl-loader.c
+++ b/plugins/perl-loader/perl-loader.c
@@ -258,7 +258,6 @@ gplp_func_desc_load (GOPluginService *service,
res->fn_args = &call_perl_function_args;
res->fn_nodes = NULL;
res->linker = NULL;
- res->unlinker = NULL;
res->impl_status = GNM_FUNC_IMPL_STATUS_UNIQUE_TO_GNUMERIC;
res->test_status = GNM_FUNC_TEST_STATUS_UNKNOWN;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]