1
0
mirror of https://github.com/Interlisp/maiko.git synced 2026-02-01 06:12:31 +00:00

Create uraid.h to declare functions defined in uraid.c.

Update files that depend on these uraid functions to include uraid.h.
Add dependencies to makefile.

	modified:   bin/makefile-tail
	new file:   inc/uraid.h
	modified:   src/common.c
	modified:   src/truecolor.c
	modified:   src/unwind.c
	modified:   src/uraid.c
	modified:   src/uutils.c
This commit is contained in:
Nick Briggs
2017-06-29 18:27:28 -07:00
parent 0445e61fde
commit 7c9b9d22c6
7 changed files with 20 additions and 7 deletions

View File

@@ -31,6 +31,7 @@ static char *id = "$Id: unwind.c,v 1.3 1999/05/31 23:35:46 sybalsky Exp $ Copyri
#include "emlglob.h"
#include "stack.h"
#include "lspglob.h"
#include "uraid.h"
UNSIGNED N_OP_unwind(register LispPTR *cstkptr, register LispPTR tos, int n, int keep) {
register int num; /* number of UNBOUND slot */