--- hatari/src/debug/debugui.c 2019/04/09 08:51:09 1.1.1.4 +++ hatari/src/debug/debugui.c 2019/04/09 08:52:01 1.1.1.5 @@ -43,9 +43,9 @@ const char DebugUI_fileid[] = "Hatari de #include "history.h" #include "symbols.h" -int bExceptionDebugging = false; +int bExceptionDebugging; -FILE *debugOutput = NULL; +FILE *debugOutput; static dbgcommand_t *debugCommand; static int debugCommands;