Removed unnecessary commas seperating yacc tokens, to prevent warnings.
This commit is contained in:
		
							parent
							
								
									423368e42f
								
							
						
					
					
						commit
						13a9ff3379
					
				
					 2 changed files with 3 additions and 3 deletions
				
			
		| 
						 | 
				
			
			@ -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
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -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
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		
		Reference in a new issue