X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?p=ginac.git;a=blobdiff_plain;f=ginsh%2Fginsh_parser.yy;h=5fc18857b96de1c292e4dd129a2021001454229b;hp=359e22b3d147e268a5cd8512f15b05181bbcd758;hb=e7d59ed49503cfe73fdb6038c2c69c87cbde7c24;hpb=c28e61da33905ddc69abf893aaffec98aa30d053;ds=sidebyside diff --git a/ginsh/ginsh_parser.yy b/ginsh/ginsh_parser.yy index 359e22b3..5fc18857 100644 --- a/ginsh/ginsh_parser.yy +++ b/ginsh/ginsh_parser.yy @@ -4,7 +4,7 @@ * This file must be processed with yacc/bison. */ /* - * GiNaC Copyright (C) 1999-2010 Johannes Gutenberg University Mainz, Germany + * GiNaC Copyright (C) 1999-2011 Johannes Gutenberg University Mainz, Germany * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -727,7 +727,7 @@ static void insert_fcns(const fcn_init *p) static ex f_ginac_function(const exprseq &es, int serial) { - return function(serial, es).eval(1); + return GiNaC::function(serial, es).eval(1); } // All registered GiNaC functions @@ -899,7 +899,7 @@ static void ginsh_readline_init(char* name) void greeting(void) { cout << "ginsh - GiNaC Interactive Shell (" << PACKAGE << " V" << VERSION << ")" << endl; - cout << " __, _______ Copyright (C) 1999-2010 Johannes Gutenberg University Mainz,\n" + cout << " __, _______ Copyright (C) 1999-2011 Johannes Gutenberg University Mainz,\n" << " (__) * | Germany. This is free software with ABSOLUTELY NO WARRANTY.\n" << " ._) i N a C | You are welcome to redistribute it under certain conditions.\n" << "<-------------' For details type `warranty;'.\n" << endl;