]> www.ginac.de Git - ginac.git/blobdiff - ginac/lst_suppl.cpp
#ifndef around namespace GiNaC { }
[ginac.git] / ginac / lst_suppl.cpp
index 5e507afd027471906515c66ab8fbbdefad0bfcc2..67c7e5bef823e2ee567b2bc96d7d7e7d3a32a05f 100644 (file)
@@ -1,8 +1,9 @@
 /** @file lst_suppl.cpp
  *
  *  Supplement to lst.cpp, contains the parts which were
- *  not automatically generated.
- *
+ *  not automatically generated. */
+
+/*
  *  GiNaC Copyright (C) 1999 Johannes Gutenberg University Mainz, Germany
  *
  *  This program is free software; you can redistribute it and/or modify
 
 #include "lst.h"
 
+#ifndef NO_GINAC_NAMESPACE
+namespace GiNaC {
+#endif // ndef NO_GINAC_NAMESPACE
+
 bool lst::info(unsigned inf) const
 {
     if (inf==info_flags::list) return 1;
     return basic::info(inf);
 }
 
-
+#ifndef NO_GINAC_NAMESPACE
+} // namespace GiNaC
+#endif // ndef NO_GINAC_NAMESPACE