]> www.ginac.de Git - ginac.git/blobdiff - ginsh/ginsh.h
Fixed a bug introduced in last commit.
[ginac.git] / ginsh / ginsh.h
index b7c1853cd4eaab6e09c8b4ceda378c32eadddfc9..fdf9e08b064317a2ff784c4c8578295e774a2a40 100644 (file)
@@ -2,7 +2,7 @@
  *
  *  Global definitions for ginsh.
  *
- *  GiNaC Copyright (C) 1999-2005 Johannes Gutenberg University Mainz, Germany
+ *  GiNaC Copyright (C) 1999-2011 Johannes Gutenberg University Mainz, Germany
  *
  *  This program is free software; you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
@@ -66,7 +66,7 @@ extern int num_files;
 extern char **file_list;
 
 // Table of all used symbols
-typedef map<string, symbol> sym_tab;
+typedef map<string, ex> sym_tab;
 extern sym_tab syms;
 
 // Type of symbols to generate (real or complex)