cleaned out idiotic commenting of FUNCDEF, which had been done when a strict compile
[feisty_meow.git] / nucleus / library / application / shared_memory.cpp
index 4dab6191bba01b2298100bdf616bedf7706f9a62..c26a09c52b627e6449574d956c628fd30e0a84c5 100644 (file)
@@ -53,7 +53,7 @@ shared_memory::shared_memory(int size, const char *identity)
   _identity(new astring(identity)),
   _size(size)
 {
-//  FUNCDEF("constructor");
+  FUNCDEF("constructor");
   bool first_use = false;  // assume already existing until told otherwise.
   _locking->lock();  // force all others to wait on our finishing creation.
 #ifdef __UNIX__