From 97eb971b7574b3f283d7111a567a301faec9912d Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Tue, 27 Dec 2016 22:20:43 -0800 Subject: 3725 More improvements to cross-linking example programs. Include their own functions as well in the tags for each program, even as you share the core .mu files everywhere. --- html/069hash.cc.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'html/069hash.cc.html') diff --git a/html/069hash.cc.html b/html/069hash.cc.html index 277f98e4..ae67a728 100644 --- a/html/069hash.cc.html +++ b/html/069hash.cc.html @@ -156,7 +156,7 @@ if ('onhashchange' in window) { 93 int address = r.value; 94 int offset = 0; 95 for (int i = 0; i < SIZE(info.elements); ++i) { - 96 reagent/*copy*/ element = element_type(r.type, i); + 96 reagent/*copy*/ element = element_type(r.type, i); 97 if (has_property(element, "ignore-for-hash")) continue; 98 element.set_value(address+offset); 99 h = hash(h, element); -- cgit 1.4.1-2-gfad0 amp;id=4a70fb39cc6a0f2ebe34e9b58b873e13d8221015'>blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24