From 1fb0cf9ef9e616163039fd4df6584c6c2ba68d23 Mon Sep 17 00:00:00 2001 From: Kartik Agaram Date: Sat, 12 May 2018 19:55:21 -0700 Subject: 4243 --- html/054static_dispatch.cc.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'html/054static_dispatch.cc.html') diff --git a/html/054static_dispatch.cc.html b/html/054static_dispatch.cc.html index 2134baef..ba5bcf8e 100644 --- a/html/054static_dispatch.cc.html +++ b/html/054static_dispatch.cc.html @@ -365,7 +365,7 @@ if ('onhashchange' in window) { 300 } 301 302 bool types_strictly_match_except_literal_against_address_or_boolean(const reagent& to, const reagent& from) { -303 if (is_literal(from) && is_mu_boolean(to)) +303 if (is_literal(from) && is_mu_boolean(to)) 304 return from.name == "0" || from.name == "1"; 305 // Match Literal Zero Against Address { 306 if (is_literal(from) && is_mu_address(to)) -- cgit 1.4.1-2-gfad0