X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?p=ginac.git;a=blobdiff_plain;f=ginsh%2Fginsh.h;h=a7ec33dcdb49fe37483ddbeaf646a6161f92ba03;hp=3cab831970c87a20419e0b615bede59386c38f35;hb=96af2609db413ddf70371e0423e6c07ecb5ee813;hpb=a919c4165b957dd55b9b1e6c8a48ae00a88e0351 diff --git a/ginsh/ginsh.h b/ginsh/ginsh.h index 3cab8319..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,8 +27,11 @@ #include #include +#include #include +using namespace std; + #ifdef HAVE_READLINE_READLINE_H extern "C" { #include @@ -47,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 @@ -72,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