X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?p=ginac.git;a=blobdiff_plain;f=ginsh%2Fginsh.h;h=92a53b45cfc376db329ad7a47f51f2d148a572a4;hp=36b8308a43eaf90c9eb0996629d840b38c8d768f;hb=eded9cd9d5df793c1ea5a1f766eff261ded46bde;hpb=95ede03f00106be5fb087d76c86ca5c27edb9122 diff --git a/ginsh/ginsh.h b/ginsh/ginsh.h index 36b8308a..92a53b45 100644 --- a/ginsh/ginsh.h +++ b/ginsh/ginsh.h @@ -2,7 +2,7 @@ * * Global definitions for ginsh. * - * 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 @@ -56,7 +56,7 @@ using namespace GiNaC; #define YYSTYPE ex // lex functions/variables -extern int yyerror(char *s); +extern int yyerror(const char *s); extern int yylex(void); extern char *yytext; extern FILE *yyin;