From 08a9603cb584f4a9a7e63121bc35e5ce3f14072c Mon Sep 17 00:00:00 2001 From: Donn Seeley Date: Fri, 11 Dec 1987 07:25:05 -0800 Subject: [PATCH] DIV, MOD, ASG DIV, ASG MOD templates with new stuff derived from vax table. (12) Delete MUL and ASG MUL oddities; can't see what use they are. (13) Fold some MUL templates. (14) Simplify ASG PLUS and ASG MINUS if REG_CHAR is not enabled. (15) Add templates for mixed float/double assignment ops. SCCS-vsn: old/pcc/ccom.tahoe/table.c 1.13 --- usr/src/old/pcc/ccom.tahoe/table.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr/src/old/pcc/ccom.tahoe/table.c b/usr/src/old/pcc/ccom.tahoe/table.c index 14c4f396e9..c3ecd066da 100644 --- a/usr/src/old/pcc/ccom.tahoe/table.c +++ b/usr/src/old/pcc/ccom.tahoe/table.c @@ -1,5 +1,5 @@ #ifndef lint -static char sccsid[] = "@(#)table.c 1.12 (Berkeley) %G%"; +static char sccsid[] = "@(#)table.c 1.13 (Berkeley) %G%"; #endif # include "pass2.h" -- 2.20.1