]> www.ginac.de Git - ginac.git/blobdiff - ginsh/ginsh.h
Fixed include of stdint.h (parser.cpp needs the header as well).
[ginac.git] / ginsh / ginsh.h
index a4159b670c7b0b5184c6ebec0c7ddfbf0224ca8f..36b8308a43eaf90c9eb0996629d840b38c8d768f 100644 (file)
@@ -2,7 +2,7 @@
  *
  *  Global definitions for ginsh.
  *
- *  GiNaC Copyright (C) 1999-2008 Johannes Gutenberg University Mainz, Germany
+ *  GiNaC Copyright (C) 1999-2010 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)