mirror of
https://github.com/Interlisp/maiko.git
synced 2026-01-19 09:18:33 +00:00
modified: bin/makefile-darwin.386-x modified: bin/makefile-tail new file: inc/llstk.h modified: src/gcfinal.c modified: src/hardrtn.c modified: src/llstk.c modified: src/uraid.c modified: src/xc.c modified: src/xc.c.orig
12 lines
442 B
C
12 lines
442 B
C
DLword *freestackblock(DLword n, StackWord *start68k, int align);
|
|
int do_stackoverflow(int incallp);
|
|
void decusecount68k(register FX *frame68k);
|
|
void flip_cursorbar(int n);
|
|
void blt(register DLword *dest68k, register DLword *source68k, int nw);
|
|
void stack_check(StackWord *start68k);
|
|
void walk_stack(StackWord *start68k);
|
|
void quick_stack_check(void);
|
|
void check_FX(FX *fx68k);
|
|
void check_BF(Bframe *bf68k);
|
|
int check_stack_rooms(FX *fx68k);
|