deep mods
[feisty_meow.git] / nucleus / library / nodes / path.cpp
index d84325a78a4df6baf0aee00cde015961bd8bcea8..4a2c0c90da88464f315f8b7cf6bc9cc3e387c00d 100644 (file)
@@ -71,7 +71,7 @@ node *path::pop()
 {
   node *to_return;
   if (_stack->acquire_pop(to_return) != common::OKAY)
-    return NIL;
+    return NULL_POINTER;
   return to_return;
 }