]> www.ginac.de Git - ginac.git/blobdiff - ginac/parser/parse_context.h
Parser: handle abbreviations as advertized in the manual.
[ginac.git] / ginac / parser / parse_context.h
index fe52700d35465fb1f053219655b8bcfe4b49b238..1145a871cb4b2da67a95373d44ea0812ab2567a5 100644 (file)
@@ -41,12 +41,12 @@ namespace GiNaC {
 typedef std::map<std::string, ex> symtab;
 
 /**
- * Find the symbol with the @a name in the symbol table @a syms.
+ * Find the symbol (or abbreviation) with the @a name in the symbol table @a syms.
  *
  * If symbol is missing and @a strict = false, insert it, otherwise
  * throw an exception.
  */
-extern symbol
+extern ex 
 find_or_insert_symbol(const std::string& name, symtab& syms,
                      const bool strict);