diff options
Diffstat (limited to 'emu/port')
| -rw-r--r-- | emu/port/fns.h | 2 | ||||
| -rw-r--r-- | emu/port/main.c | 4 |
2 files changed, 1 insertions, 5 deletions
diff --git a/emu/port/fns.h b/emu/port/fns.h index 36d341b7..6a0809c0 100644 --- a/emu/port/fns.h +++ b/emu/port/fns.h @@ -20,7 +20,7 @@ Dir* chandirstat(Chan*); void cinit(void); char* clipread(void); int clipwrite(char*); -extern void (*coherence)(void); +void (*coherence)(void); void copen(Chan*); void cmderror(Cmdbuf*, char*); Block* concatblock(Block*); diff --git a/emu/port/main.c b/emu/port/main.c index da1aa432..158f6b03 100644 --- a/emu/port/main.c +++ b/emu/port/main.c @@ -27,10 +27,6 @@ extern int mflag; ulong displaychan; char *cputype; -/* For dynamic linking init/fini code that needs malloc */ -void (*coherence)(void) = nofence; - - static void usage(void) { |
