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

Remove unused externs.h (#35)

The things that are declared here either are declared elsewhere
or don't exist any longer.
This commit is contained in:
Bruce Mitchener
2020-12-13 12:46:34 +07:00
committed by GitHub
parent 362c658c73
commit 8e67d0e3c9
2 changed files with 1 additions and 188 deletions

View File

@@ -240,7 +240,7 @@ $(OBJECTDIR)dbgtool.o : $(SRCDIR)dbgtool.c $(REQUIRED-INCS) $(INCDIR)lispemul.
$(CC) $(RFLAGS) $(SRCDIR)dbgtool.c $(INLINE) -o $(OBJECTDIR)dbgtool$(OEXT)
$(OBJECTDIR)dlpi.o : $(SRCDIR)dlpi.c $(REQUIRED-INCS) $(INCDIR)lispemul.h \
$(INCDIR)os.h $(INCDIR)nfswatch.h $(INCDIR)externs.h
$(INCDIR)os.h $(INCDIR)nfswatch.h
$(CC) $(RFLAGS) $(SRCDIR)dlpi.c $(INLINE) -o $(OBJECTDIR)dlpi$(OEXT)
$(OBJECTDIR)kprint.o : $(SRCDIR)kprint.c $(REQUIRED-INCS) $(INCDIR)print.h \