Oops, #ifndef instead of #ifdef

This commit is contained in:
David Rose 2001-05-18 18:35:19 +00:00
parent be159c08f0
commit 55ed7eb6cc
1 changed files with 2 additions and 2 deletions

View File

@ -252,7 +252,7 @@ get_cached_net_transition(const Node *node,
}
if (parent_arc == (NodeRelation *)NULL) {
#ifndef NOTIFY_DEBUG
#ifdef NOTIFY_DEBUG
// No, it wasn't mentioned. Issue a warning and use the first
// one.
describe_ambiguous_wrt(node, arc_list_begin, arc_list_end, graph_type);
@ -344,7 +344,7 @@ get_uncached_net_transition(const Node *node,
}
if (parent_arc == (NodeRelation *)NULL) {
#ifndef NOTIFY_DEBUG
#ifdef NOTIFY_DEBUG
// No, it wasn't mentioned. Issue a warning and use the first
// one.
describe_ambiguous_wrt(node, arc_list_begin, arc_list_end, graph_type);