Enable potential calls to tprint() for debugging

This commit is contained in:
Holger Vogt 2023-02-19 23:03:30 +01:00
parent 845dfbd830
commit 50173ac617
2 changed files with 2 additions and 0 deletions

View File

@ -60,6 +60,7 @@ static char *upper(register char *string);
static void rem_unused_mos_models(struct card* deck);
extern void com_optran(wordlist * wl);
extern void tprint(struct card *deck);
//void inp_source_recent(void);

View File

@ -77,6 +77,7 @@ Modified: 2000 AlansFixes
extern void line_free_x(struct card *deck, bool recurse);
extern int get_number_terminals(char* c);
extern void tprint(struct card* deck);
#define line_free(line, flag) \
do { \