Debug output disabled.

This commit is contained in:
johns 2002-12-15 18:20:04 +00:00
parent f9546232de
commit 3ee52c0b5d

View file

@ -158,7 +158,7 @@ global void AddDependency(const char* target,const char* required,int count
node->Rule=temp;
}
#ifdef DEBUG
#ifdef neverDEBUG
printf("New rules are :");
node=node->Rule;
while(node){