From 847af10c0aea9faf5361eef5b0c263f6d3dcd452 Mon Sep 17 00:00:00 2001 From: Bruce Mitchener Date: Wed, 16 Dec 2020 12:52:42 +0700 Subject: [PATCH] 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.) --- bin/makefile-tail | 2 +- src/main.c | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/bin/makefile-tail b/bin/makefile-tail index 7933a83..c47d93d 100755 --- a/bin/makefile-tail +++ b/bin/makefile-tail @@ -230,7 +230,7 @@ $(OBJECTDIR)main.o : $(SRCDIR)main.c $(REQUIRED-INCS) $(INCDIR)lispemul.h \ $(INCDIR)emlglob.h $(INCDIR)address.h $(INCDIR)lsptypes.h \ $(INCDIR)adr68k.h $(INCDIR)stack.h $(INCDIR)lspglob.h \ $(INCDIR)lispmap.h $(INCDIR)ifpage.h $(INCDIR)iopage.h \ - $(INCDIR)return.h $(INCDIR)debug.h $(INCDIR)profile.h $(INCDIR)unixfork.h + $(INCDIR)return.h $(INCDIR)debug.h $(INCDIR)profile.h $(CC) $(RFLAGS) $(SRCDIR)main.c $(INLINE) -o $(OBJECTDIR)main$(OEXT) $(OBJECTDIR)dbgtool.o : $(SRCDIR)dbgtool.c $(REQUIRED-INCS) $(INCDIR)lispemul.h \ diff --git a/src/main.c b/src/main.c index 0c42f72..ae6cbe2 100644 --- a/src/main.c +++ b/src/main.c @@ -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 #include