mirror of
https://github.com/Interlisp/maiko.git
synced 2026-02-04 07:33:07 +00:00
Convert debug print macros to do {} while (0) style.
Convert conditional debug statements to require external semi-colon. modified: ../inc/dbprint.h modified: ../src/ldsout.c
This commit is contained in:
@@ -344,9 +344,9 @@ int sysout_loader(char * sysout_file_name, int sys_size)
|
||||
DBPRINT(("sysout file is read completely.\n"));
|
||||
|
||||
#if (defined(DISPLAYBUFFER) || defined(XWINDOW) || defined(DOS))
|
||||
TPRINT(("Flushing display buffer...\n"))
|
||||
TPRINT(("Flushing display buffer...\n"));
|
||||
flush_display_buffer();
|
||||
TPRINT(("After Flushing display buffer\n"))
|
||||
TPRINT(("After Flushing display buffer\n"));
|
||||
#endif /* DISPLAYBUFFER || XWINDOW || DOS */
|
||||
|
||||
close(sysout);
|
||||
|
||||
Reference in New Issue
Block a user