chore(3p/nix): Update deprecated 'pure-parser' setting
This setting was renamed to api.pure about 300 years ago and caused warnings to be issued. Change-Id: If883b0667c3afe67ae3d2a9950a796688cfbea7a Reviewed-on: https://cl.tvl.fyi/c/depot/+/1290 Tested-by: BuildkiteCI Reviewed-by: glittershark <grfn@gws.fyi>
This commit is contained in:
		
							parent
							
								
									7a8880a0df
								
							
						
					
					
						commit
						ca50fb66d2
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		
							
								
								
									
										2
									
								
								third_party/nix/src/libexpr/parser.y
									
										
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								third_party/nix/src/libexpr/parser.y
									
										
									
									
										vendored
									
									
								
							| 
						 | 
					@ -1,7 +1,7 @@
 | 
				
			||||||
%glr-parser
 | 
					%glr-parser
 | 
				
			||||||
%pure-parser
 | 
					 | 
				
			||||||
%locations
 | 
					%locations
 | 
				
			||||||
%define parse.error verbose
 | 
					%define parse.error verbose
 | 
				
			||||||
 | 
					%define api.pure true
 | 
				
			||||||
%defines
 | 
					%defines
 | 
				
			||||||
/* %no-lines */
 | 
					/* %no-lines */
 | 
				
			||||||
%parse-param { void * scanner }
 | 
					%parse-param { void * scanner }
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue