X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?p=ginac.git;a=blobdiff_plain;f=ginac%2Finput_lexer.h;h=db3e622663f328ef6aa9230f105ae3c8fe9766a4;hp=a7c8c06fffb35d0e8e3d4989ab6d58f98d004934;hb=6a07d58854e6dbc380e2204f6b154992c574d009;hpb=bd2d7351b89743eb68ce7d3bfa7ab62c331f9522 diff --git a/ginac/input_lexer.h b/ginac/input_lexer.h index a7c8c06f..db3e6226 100644 --- a/ginac/input_lexer.h +++ b/ginac/input_lexer.h @@ -27,7 +27,7 @@ extern "C" { #include } - + #include "config.h" // yacc stack type @@ -50,7 +50,7 @@ namespace GiNaC { class ex; /** Set the input string to be parsed by ginac_yyparse() (used internally). */ -extern void set_lexer_string(const string &s); +extern void set_lexer_string(const std::string &s); /** Set the list of predefined symbols for the lexer (used internally). */ extern void set_lexer_symbols(ex l);