X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?p=ginac.git;a=blobdiff_plain;f=ginsh%2Fginsh.h;h=cf2a5827754c1e75145e23338559ad0d351f0e07;hp=3cab831970c87a20419e0b615bede59386c38f35;hb=b9cd4b49ffbfbf3e1c36a2b594ec3148a5baca64;hpb=a919c4165b957dd55b9b1e6c8a48ae00a88e0351 diff --git a/ginsh/ginsh.h b/ginsh/ginsh.h index 3cab8319..cf2a5827 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-2001 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 @@ -29,6 +29,8 @@ #include #include +using namespace std; + #ifdef HAVE_READLINE_READLINE_H extern "C" { #include @@ -47,9 +49,7 @@ extern "C" { #include #endif -#ifndef NO_NAMESPACE_GINAC using namespace GiNaC; -#endif // ndef NO_NAMESPACE_GINAC // yacc stack type #define YYSTYPE ex