From ca50fb66d26a589dbc2935de68d95716b595a07a Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Sun, 19 Jul 2020 18:05:19 +0100 Subject: 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 --- third_party/nix/src/libexpr/parser.y | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'third_party') diff --git a/third_party/nix/src/libexpr/parser.y b/third_party/nix/src/libexpr/parser.y index b272e4b034..56674ee7ed 100644 --- a/third_party/nix/src/libexpr/parser.y +++ b/third_party/nix/src/libexpr/parser.y @@ -1,7 +1,7 @@ %glr-parser -%pure-parser %locations %define parse.error verbose +%define api.pure true %defines /* %no-lines */ %parse-param { void * scanner } -- cgit 1.4.1