]> www.ginac.de Git - ginac.git/blobdiff - ginac/input_lexer.h
when normal() doesn't recur any further because the specified recursion level
[ginac.git] / ginac / input_lexer.h
index 0ba72d1ac5bb40bd538fae496c2fc27bd8b9e04f..db3e622663f328ef6aa9230f105ae3c8fe9766a4 100644 (file)
@@ -27,7 +27,7 @@
 extern "C" {
 #include <stdio.h>
 }
-    
+       
 #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);
@@ -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