]> www.ginac.de Git - ginac.git/blobdiff - ginsh/ginsh.h
[build] Rewrite ginsh related sed scripts in python.
[ginac.git] / ginsh / ginsh.h
index 13b658931c489d9b635a4a164fe1a57fe2eff157..92a53b45cfc376db329ad7a47f51f2d148a572a4 100644 (file)
@@ -2,7 +2,7 @@
  *
  *  Global definitions for ginsh.
  *
- *  GiNaC Copyright (C) 1999-2009 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;