Annotation of pkgsrc/cad/verilog-current/patches/patch-net__scope.cc, Revision 1.1
1.1 ! joerg 1: $NetBSD$
! 2:
! 3: --- net_scope.cc.orig 2013-05-22 14:46:10.000000000 +0000
! 4: +++ net_scope.cc
! 5: @@ -221,11 +221,7 @@ map<perm_string,NetScope::param_expr_t>:
! 6: if (idx != parameters.end())
! 7: return idx;
! 8:
! 9: - idx = localparams.find(perm_string::literal(key));
! 10: - if (idx != localparams.end())
! 11: - return idx;
! 12: -
! 13: - return (map<perm_string,param_expr_t>::iterator) 0;
! 14: + return localparams.find(perm_string::literal(key));
! 15: }
! 16:
! 17: NetScope::TYPE NetScope::type() const
CVSweb <webmaster@jp.NetBSD.org>