diff options
author | Eddie Hung <eddie@fpgeh.com> | 2019-08-15 16:20:54 -0700 |
---|---|---|
committer | Eddie Hung <eddie@fpgeh.com> | 2019-08-15 16:20:54 -0700 |
commit | 0b9ee4fbbf3a5fc818e5ae39a013cdd9e17f641f (patch) | |
tree | 7901d0acb464cd486bebac037d8f475df7226cbb /kernel/yosys.h | |
parent | 453a9429b67551f94f8c714c24f12929e472052c (diff) | |
download | yosys-0b9ee4fbbf3a5fc818e5ae39a013cdd9e17f641f.tar.gz yosys-0b9ee4fbbf3a5fc818e5ae39a013cdd9e17f641f.tar.bz2 yosys-0b9ee4fbbf3a5fc818e5ae39a013cdd9e17f641f.zip |
Try this for gcc-4.8?
Diffstat (limited to 'kernel/yosys.h')
-rw-r--r-- | kernel/yosys.h | 2 |
1 files changed, 1 insertions, 1 deletions
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<RTLIL::Wire*> : hash_obj_ops {}; |