mirror of
https://github.com/ascii-boxes/boxes.git
synced 2025-02-14 16:50:17 +01:00
Disable some code in the "tools" module which is only for debugging purposes
This commit is contained in:
parent
d36380268d
commit
1845d1ebb1
@ -550,6 +550,8 @@ char *nspaces(const size_t n)
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
#if defined(DEBUG) || 0
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Debugging Code: Display contents of input structure
|
* Debugging Code: Display contents of input structure
|
||||||
*/
|
*/
|
||||||
@ -590,6 +592,8 @@ void print_input_lines(const char *heading)
|
|||||||
fprintf(stderr, "Final newline: %s\n", input.final_newline ? "yes" : "no");
|
fprintf(stderr, "Final newline: %s\n", input.final_newline ? "yes" : "no");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#endif
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user