diff options
Diffstat (limited to 'emu/port/main.c')
| -rw-r--r-- | emu/port/main.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/emu/port/main.c b/emu/port/main.c index 3d0f93bd..779d779c 100644 --- a/emu/port/main.c +++ b/emu/port/main.c @@ -11,8 +11,8 @@ int rebootargc = 0; char** rebootargv; static char *imod = "/dis/emuinit.dis"; extern char* hosttype; -char* tkfont; /* for libtk/utils.c */ -int tkstylus; /* libinterp/tk.c */ +extern char* tkfont; /* for libtk/utils.c */ +extern int tkstylus; /* libinterp/tk.c */ extern int mflag; int dflag; int vflag; |
