[gnumeric] fn-R: bring generating script close to up-to-date.
- From: Morten Welinder <mortenw src gnome org>
- To: svn-commits-list gnome org
- Subject: [gnumeric] fn-R: bring generating script close to up-to-date.
- Date: Mon, 6 Jul 2009 15:37:26 +0000 (UTC)
commit edfa9719cf3421fd5c1ea1dc336bd45c18298d63
Author: Morten Welinder <terra gnome org>
Date: Mon Jul 6 11:36:55 2009 -0400
fn-R: bring generating script close to up-to-date.
plugins/fn-r/generate | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/plugins/fn-r/generate b/plugins/fn-r/generate
index c244ef9..4002e7d 100644
--- a/plugins/fn-r/generate
+++ b/plugins/fn-r/generate
@@ -173,7 +173,7 @@ my $emitted = "";
&emit ("/* This code was generated by $0. Do not edit. */\n\n" .
"#include <gnumeric-config.h>\n" .
"#include <gnumeric.h>\n" .
- "#include <goffice/app/go-plugin.h>\n" .
+ "#include <goffice/goffice.h>\n" .
"#include <gnm-plugin.h>\n" .
"#include <func.h>\n" .
"#include <gnm-i18n.h>\n" .
@@ -288,7 +288,7 @@ sub distribution {
# Output the function body.
&emit ("static GnmValue *\n" .
- "gnumeric_r_$func (FunctionEvalInfo *ei, GnmValue const * const *args)\n" .
+ "gnumeric_r_$func (GnmFuncEvalInfo *ei, GnmValue const * const *args)\n" .
"{\n");
my $typespec = "";
@@ -387,7 +387,7 @@ sub create_plugin_xml_in {
"<plugin id=\"Gnumeric_r\">\n" .
"\t<information>\n" .
"\t\t<_name>Statistical Functions</_name>\n" .
- "\t\t<_description>Statistical Functions with naming a calling conventions from The R Project</_description>\n" .
+ "\t\t<_description>Statistical Functions with naming and calling conventions from The R Project</_description>\n" .
"\t</information>\n" .
"\t<loader type=\"Gnumeric_Builtin:module\">\n" .
"\t\t<attribute name=\"module_file\" value=\"rstat\"/>\n" .
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]