From: Eddie Hung Date: Thu, 15 Aug 2019 23:20:54 +0000 (-0700) Subject: Try this for gcc-4.8? X-Git-Tag: working-ls180~1137^2~2 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=0b9ee4fbbf3a5fc818e5ae39a013cdd9e17f641f;p=yosys.git Try this for gcc-4.8? --- diff --git a/kernel/yosys.h b/kernel/yosys.h index 0cf230722..895286a53 100644 --- a/kernel/yosys.h +++ b/kernel/yosys.h @@ -225,7 +225,7 @@ using RTLIL::Wire; using RTLIL::Cell; using RTLIL::Module; using RTLIL::Design; -namespace ID = RTLIL::ID; +namespace ID = ::YOSYS_NAMESPACE::RTLIL::ID; namespace hashlib { template<> struct hash_ops : hash_obj_ops {};