1
0
mirror of https://github.com/Interlisp/maiko.git synced 2026-02-03 23:23:03 +00:00

main.c has no dependency upon unixfork.h. (#79)

This avoids a bit of confusion, since unixfork.c isn't built into
the same executable as main.c. (It is part of `lde` instead.)
This commit is contained in:
Bruce Mitchener
2020-12-16 12:52:42 +07:00
committed by GitHub
parent ab7329d602
commit 847af10c0a
2 changed files with 1 additions and 2 deletions

View File

@@ -17,7 +17,6 @@ static char *id = "$Id: main.c,v 1.4 2001/12/26 22:17:03 sybalsky Exp $ Copyrigh
#include "lispemul.h"
#include "dbprint.h"
#include "unixfork.h"
#include <errno.h>
#include <setjmp.h>