From 6c13ffc33a0f73a27c6ac6662c69675dcebe2191 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=A9mie=20Astor?= Date: Mon, 13 Apr 2020 23:13:53 +0200 Subject: [PATCH] :art: Introduce scope_lookup2 --- include/env/nspc.h | 2 +- util | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/include/env/nspc.h b/include/env/nspc.h index efb75b81..9ce2f4f7 100644 --- a/include/env/nspc.h +++ b/include/env/nspc.h @@ -40,7 +40,7 @@ static inline ANN A nspc_lookup_##b##1(const Nspc n, const Symbol s) { \ #define describe_lookup2(A, b) \ static inline ANN A nspc_lookup_##b##2(const Nspc n, const Symbol s) { \ - return (A)scope_lookup1(n->info->b, (vtype)s); \ + return (A)scope_lookup2(n->info->b, (vtype)s); \ } #define describe_lookups(A, b) \ diff --git a/util b/util index 6e4589f8..9ec0646f 160000 --- a/util +++ b/util @@ -1 +1 @@ -Subproject commit 6e4589f86c3d1021e193d8985bff3cc7379f8e44 +Subproject commit 9ec0646f90e9bbcfb9dde5b16db5b5f0e265ca42 -- 2.43.0