1
0
mirror of https://github.com/Interlisp/maiko.git synced 2026-01-26 20:02:37 +00:00

Fix up for inc/ufs.h.

Add return.c external functions to inc/return.h (previously only macros) and update
    makefile-tail and relevant files.

	modified:   makefile-tail
	modified:   ../inc/return.h
	new file:   ../inc/ufs.h
	modified:   ../src/bbtsub.c
	modified:   ../src/dir.c
	modified:   ../src/dsk.c
	modified:   ../src/intcall.c
	modified:   ../src/subr.c
	modified:   ../src/ufs.c
	modified:   ../src/vmemsave.c
	modified:   ../src/xc.c
This commit is contained in:
Nick Briggs
2017-06-30 20:10:38 -07:00
parent 35b4ad4350
commit 5d8c90cf18
11 changed files with 30 additions and 5 deletions

View File

@@ -46,6 +46,7 @@ static char *id = "$Id: xc.c,v 1.4 2001/12/26 22:17:06 sybalsky Exp $ Copyright
#include "adr68k.h"
#include "stack.h"
#include "llstk.h"
#include "return.h"
#include "dbprint.h"
#include "lspglob.h"