X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?p=ginac.git;a=blobdiff_plain;f=ginac%2Finput_lexer.h;h=a7c8c06fffb35d0e8e3d4989ab6d58f98d004934;hp=0ba72d1ac5bb40bd538fae496c2fc27bd8b9e04f;hb=bd2d7351b89743eb68ce7d3bfa7ab62c331f9522;hpb=5b61a513b51d5cb316616a5ab43ed09b842ab570 diff --git a/ginac/input_lexer.h b/ginac/input_lexer.h index 0ba72d1a..a7c8c06f 100644 --- a/ginac/input_lexer.h +++ b/ginac/input_lexer.h @@ -65,7 +65,7 @@ extern int ginac_yyparse(); extern ex parsed_ex; /** Get error message from the parser. */ -extern string get_parser_error(void); +extern std::string get_parser_error(void); #ifndef NO_NAMESPACE_GINAC } // namespace GiNaC