From: ceriel Date: Tue, 5 Jan 1993 12:52:47 +0000 (+0000) Subject: Removed adder.h from proto.libfp X-Git-Tag: release-5-5~364 X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=dc108fd084dbb8cd386d893a43882ede63c1175c;p=ack.git Removed adder.h from proto.libfp --- diff --git a/mach/proto/libg/proto.libfp b/mach/proto/libg/proto.libfp index 374404e1f..0fffd4bc8 100644 --- a/mach/proto/libg/proto.libfp +++ b/mach/proto/libg/proto.libfp @@ -47,7 +47,7 @@ SLIST = cff4.s cff8.s\ adder.s shifter.s fptrp.s SRC = $(CDIR)/FP_bias.h $(CDIR)/FP_shift.h $(CDIR)/FP_trap.h\ - $(CDIR)/FP_types.h $(CDIR)/adder.h $(CDIR)/get_put.h\ + $(CDIR)/FP_types.h $(CDIR)/get_put.h\ $(CDIR)/cff4.c $(CDIR)/cff8.c\ $(CDIR)/cfu.c\ $(CDIR)/cmf4.c $(CDIR)/cmf8.c\