Remove useless debug information
This commit is contained in:
4
stack.c
4
stack.c
@@ -74,7 +74,7 @@ STACK *new_stack(size, name, keep)
|
||||
}
|
||||
|
||||
stack=allstacks+laststack;
|
||||
printf("new_stack %d/%d: address=%p\n", laststack, totalstacks, stack);
|
||||
//printf("new_stack %d/%d: address=%p\n", laststack, totalstacks, stack);
|
||||
laststack++;
|
||||
//malloc(sizeof (STACK));
|
||||
//stack->stack=NULL;
|
||||
@@ -216,7 +216,7 @@ int gen_stacks(stack)
|
||||
//printf("Permute : ");
|
||||
//print_stack(stack, 0);
|
||||
if (exists) {
|
||||
printf("++++++++++++++++ Adding stack... ");
|
||||
//printf("++++++++++++++++ Adding stack... ");
|
||||
new=dup_stack(stack, name);
|
||||
// print_stack(new, 0);
|
||||
//keep_stack(new);
|
||||
|
Reference in New Issue
Block a user