From 63a89b7080ef10298ef0731e4683af8921c75ab4 Mon Sep 17 00:00:00 2001 From: ceriel Date: Mon, 14 Mar 1988 16:15:23 +0000 Subject: [PATCH] modified to use PAREN_OPEN and PAREN_CLOSE --- mach/m68k2/top/table | 2 ++ 1 file changed, 2 insertions(+) diff --git a/mach/m68k2/top/table b/mach/m68k2/top/table index 8ea7726dc..f0c440e90 100644 --- a/mach/m68k2/top/table +++ b/mach/m68k2/top/table @@ -2,6 +2,8 @@ /* 68000 desciptor table for ACK target optimizer */ MAXOP 2; +PAREN_OPEN "("; +PAREN_CLOSE ")"; %%; -- 2.34.1