From: Jérémie Astor Date: Mon, 13 Apr 2020 21:13:53 +0000 (+0200) Subject: :art: Introduce scope_lookup2 X-Git-Tag: nightly~1692 X-Git-Url: http://10.10.0.4:5575/?a=commitdiff_plain;h=6c13ffc33a0f73a27c6ac6662c69675dcebe2191;p=gwion.git :art: Introduce scope_lookup2 --- 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