Disable some code in the "tools" module which is only for debugging purposes

This commit is contained in:
Thomas Jensen 2023-05-04 21:49:52 +02:00
parent d36380268d
commit 1845d1ebb1
No known key found for this signature in database
GPG Key ID: A4ACEE270D0FB7DB

View File

@ -550,6 +550,8 @@ char *nspaces(const size_t n)
#if defined(DEBUG) || 0
/**
* 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");
}
#endif
/**