]> 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 b227c6654fb40d4e917e39e0067b859f5865ef60..07496d7e8e26f0ac13fe0484f42643a2118b0ccd 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);