From: ceriel Date: Mon, 14 Mar 1988 16:15:23 +0000 (+0000) Subject: modified to use PAREN_OPEN and PAREN_CLOSE X-Git-Tag: release-5-5~3567 X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=63a89b7080ef10298ef0731e4683af8921c75ab4;p=ack.git modified to use PAREN_OPEN and PAREN_CLOSE --- 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 ")"; %%;