Removed unnecessary commas seperating yacc tokens, to prevent warnings.
authordtrg <none@none>
Tue, 18 Jul 2006 16:52:08 +0000 (16:52 +0000)
committerdtrg <none@none>
Tue, 18 Jul 2006 16:52:08 +0000 (16:52 +0000)
mach/ns/as/mach2.c
mach/pdp/as/mach2.c

index dd69f69..93c4e7e 100644 (file)
@@ -60,4 +60,4 @@
 %token <y_word> ACB
 %token <y_word> WAIT
 
-%type  <y_word> cpu_opts, cpu_list, string_opts, reg_list, reg_items
+%type  <y_word> cpu_opts cpu_list string_opts reg_list reg_items
index cc8f5e7..6d2fb33 100644 (file)
@@ -36,5 +36,5 @@
 %token <y_word> CLEARCC
 %token <y_word> SETCC
 
-%type <y_word> opr1, opr2, op2, fopr2, fopr1, ari, ainc, adec
-%type <y_word> fop2, clcc, secc, fregister
+%type <y_word> opr1 opr2 op2 fopr2 fopr1 ari ainc adec
+%type <y_word> fop2 clcc secc fregister