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

Removes tty.h and merges #defines (all local) and Lisp interface structs into tty.c

This commit is contained in:
Nick Briggs
2024-11-05 14:07:16 -08:00
parent fe71946f82
commit b98e1612d1
4 changed files with 53 additions and 70 deletions

View File

@@ -843,7 +843,7 @@ $(OBJECTDIR)timer.o: $(SRCDIR)timer.c $(REQUIRED-INCS) \
$(OBJECTDIR)tty.o: $(SRCDIR)tty.c $(REQUIRED-INCS) \
$(INCDIR)lispemul.h $(INCDIR)lispmap.h \
$(INCDIR)adr68k.h $(INCDIR)lsptypes.h $(INCDIR)lspglob.h \
$(INCDIR)commondefs.h $(INCDIR)tty.h $(INCDIR)ttydefs.h
$(INCDIR)commondefs.h $(INCDIR)ttydefs.h
$(CC) $(RFLAGS) $(SRCDIR)tty.c -o $(OBJECTDIR)tty.o
$(OBJECTDIR)typeof.o: $(SRCDIR)typeof.c $(REQUIRED-INCS) \