mirror of
https://github.com/Interlisp/maiko.git
synced 2026-01-20 01:35:05 +00:00
Update files that depend on conspage functions to include conspage.h Declare as static all functions in conspage.c that are not needed externally. Add dependencies to makefile. modified: bin/makefile-darwin.386-x modified: bin/makefile-tail new file: inc/conspage.h modified: src/conspage.c modified: src/mvs.c modified: src/rplcons.c modified: src/xc.c modified: src/z2.c
4 lines
153 B
C
4 lines
153 B
C
struct conspage *next_conspage(void);
|
|
LispPTR N_OP_cons(register int cons_car, register int cons_cdr);
|
|
LispPTR cons(LispPTR cons_car, LispPTR cons_cdr);
|