From: dtrg Date: Tue, 18 Jul 2006 16:52:08 +0000 (+0000) Subject: Removed unnecessary commas seperating yacc tokens, to prevent warnings. X-Git-Tag: release-6-0-pre-1~142 X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=13a9ff33795c75f828b414f5f5573a212f854493;p=ack.git Removed unnecessary commas seperating yacc tokens, to prevent warnings. --- diff --git a/mach/ns/as/mach2.c b/mach/ns/as/mach2.c index dd69f69b0..93c4e7ef3 100644 --- a/mach/ns/as/mach2.c +++ b/mach/ns/as/mach2.c @@ -60,4 +60,4 @@ %token ACB %token WAIT -%type cpu_opts, cpu_list, string_opts, reg_list, reg_items +%type cpu_opts cpu_list string_opts reg_list reg_items diff --git a/mach/pdp/as/mach2.c b/mach/pdp/as/mach2.c index cc8f5e77b..6d2fb33eb 100644 --- a/mach/pdp/as/mach2.c +++ b/mach/pdp/as/mach2.c @@ -36,5 +36,5 @@ %token CLEARCC %token SETCC -%type opr1, opr2, op2, fopr2, fopr1, ari, ainc, adec -%type fop2, clcc, secc, fregister +%type opr1 opr2 op2 fopr2 fopr1 ari ainc adec +%type fop2 clcc secc fregister