From c16922b859cef75b57cc009bec28c207db335f5e 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 8ea7726d..f0c440e9 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 ")"; %%;