Prevent build failure on modern Bisons (which are more picky than the old yacc this was written for).
This commit is contained in:
		
							parent
							
								
									51b41f72f8
								
							
						
					
					
						commit
						5a872eed38
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -490,7 +490,7 @@ optstack
 | 
			
		|||
	;
 | 
			
		||||
 | 
			
		||||
code    :
 | 
			
		||||
		{ $$ = codebytes; cchandled=ccspoiled=0; }
 | 
			
		||||
		{ $<yy_int>$ = codebytes; cchandled=ccspoiled=0; }
 | 
			
		||||
	  initcode restcode
 | 
			
		||||
		{ if (cchandled==0 && ccspoiled!=0) {
 | 
			
		||||
			outbyte(DO_ERASE);
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		
		Reference in a new issue