fatal_exit() isn't so tied to GUI
This commit is contained in:
parent
1f5924b73a
commit
1226330375
5 changed files with 3 additions and 3 deletions
2
Makefile
2
Makefile
|
@ -39,7 +39,7 @@ DOTOS = src/main.o \
|
|||
src/options.o \
|
||||
src/romio.o \
|
||||
src/timer.o \
|
||||
src/x48_errors.o \
|
||||
src/error_handling.o \
|
||||
src/x48_resources.o \
|
||||
src/x48.o
|
||||
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
#include "hp48.h"
|
||||
#include "romio.h"
|
||||
#include "x48.h"
|
||||
#include "x48_errors.h"
|
||||
#include "error_handling.h"
|
||||
#include "x48_resources.h"
|
||||
|
||||
disp_t disp;
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
#include <ctype.h>
|
||||
|
||||
#include "options.h"
|
||||
#include "x48_errors.h"
|
||||
#include "error_handling.h"
|
||||
#include "x48_resources.h"
|
||||
|
||||
#if defined( GUI_IS_X11 )
|
||||
|
|
Loading…
Add table
Reference in a new issue