]> www.ginac.de Git - ginac.git/blobdiff - ginsh/ginsh.h
Fix chinese_remainder() so modular GCD actually works.
[ginac.git] / ginsh / ginsh.h
index a4159b670c7b0b5184c6ebec0c7ddfbf0224ca8f..9d8ef85af64cf1c90086fcafd093b67115d99556 100644 (file)
@@ -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)