]> www.ginac.de Git - ginac.git/blobdiff - ginac/symbol.cpp
- put everything in "GiNaC" namespace
[ginac.git] / ginac / symbol.cpp
index b32418f1aa50e70ff1029dc52308568f30a3b2e4..2d42b5af8047055e5d005df9431258de7046e0fd 100644 (file)
@@ -1,7 +1,8 @@
 /** @file symbol.cpp
  *
- *  Implementation of GiNaC's symbolic objects.
- *
+ *  Implementation of GiNaC's symbolic objects. */
+
+/*
  *  GiNaC Copyright (C) 1999 Johannes Gutenberg University Mainz, Germany
  *
  *  This program is free software; you can redistribute it and/or modify
@@ -26,6 +27,9 @@
 #include "lst.h"
 #include "utils.h"
 #include "idx.h"
+#include "debugmsg.h"
+
+namespace GiNaC {
 
 //////////
 // default constructor, destructor, copy constructor assignment operator and helpers
@@ -276,3 +280,5 @@ type_info const & typeid_symbol=typeid(some_symbol);
 symbol::assigned_ex_info::assigned_ex_info(void) : is_assigned(0), refcount(1)
 {
 }
+
+} // namespace GiNaC