X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?a=blobdiff_plain;f=ginsh%2Fginsh.h;h=63080fe1e64f05b20039c199ca76fbdd868e4b57;hb=a49dba08e6a1ab2d1714137fe5edc64ba6a40ef2;hp=36b8308a43eaf90c9eb0996629d840b38c8d768f;hpb=c28e61da33905ddc69abf893aaffec98aa30d053;p=ginac.git diff --git a/ginsh/ginsh.h b/ginsh/ginsh.h index 36b8308a..63080fe1 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-2018 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 @@ -22,10 +22,9 @@ #ifndef GINSH_H #define GINSH_H -#include -#include -#include - +#include +#include +#include #include #include #include @@ -56,7 +55,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;