]> www.ginac.de Git - ginac.git/blobdiff - ginac/input_lexer.h
* Faster Bernoulli numbers (Markus Nullmeier).
[ginac.git] / ginac / input_lexer.h
index dfb221e54ccbcd48ec4ed97fa7e5715a5bb9c97c..0b4f8bd65cdb3a4f1783b2e9f7145750bc27b6fc 100644 (file)
@@ -43,9 +43,7 @@ extern char *ginac_yytext;
 extern char ginac_yytext[];
 #endif
 
-#ifndef NO_NAMESPACE_GINAC
 namespace GiNaC {
-#endif // ndef NO_NAMESPACE_GINAC
 
 class ex;
 
@@ -67,8 +65,6 @@ extern ex parsed_ex;
 /** Get error message from the parser. */
 extern std::string get_parser_error(void);
 
-#ifndef NO_NAMESPACE_GINAC
 } // namespace GiNaC
-#endif // ndef NO_NAMESPACE_GINAC
 
 #endif // ndef __GINAC_INPUT_LEXER_H__