X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?p=ginac.git;a=blobdiff_plain;f=ginsh%2Fginsh.h;h=a7ec33dcdb49fe37483ddbeaf646a6161f92ba03;hp=ddd83ea03cd2233ac33b102b8f9fa3f2cfba2904;hb=30e03ee3be68c7e14cf5a2b9b63090f91954254e;hpb=f54584fc4f72d28a070c26981a98fa34919ca455 diff --git a/ginsh/ginsh.h b/ginsh/ginsh.h index ddd83ea0..a7ec33dc 100644 --- a/ginsh/ginsh.h +++ b/ginsh/ginsh.h @@ -2,7 +2,7 @@ * * Global definitions for ginsh. * - * GiNaC Copyright (C) 1999-2000 Johannes Gutenberg University Mainz, Germany + * GiNaC Copyright (C) 1999-2004 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 @@ -27,6 +27,7 @@ #include #include +#include #include using namespace std; @@ -49,9 +50,7 @@ extern "C" { #include #endif -#ifndef NO_NAMESPACE_GINAC using namespace GiNaC; -#endif // ndef NO_NAMESPACE_GINAC // yacc stack type #define YYSTYPE ex @@ -74,4 +73,7 @@ extern char **file_list; typedef map sym_tab; extern sym_tab syms; +// Type of symbols to generate (real or complex) +extern unsigned symboltype; + #endif