about summary refs log tree commit diff stats
path: root/html/051scenario_test.mu.html
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2019-02-22 06:35:59 -0800
committerKartik Agaram <vc@akkartik.com>2019-02-22 06:35:59 -0800
commitbddd7e3ad9a51dd5abe6c031d4d4630e450f77d5 (patch)
tree28a72b2ccd185f2ca0340cfec57876f7d7d1aa06 /html/051scenario_test.mu.html
parente99038ea514a8703b170689d5a0730c8d2e542e7 (diff)
downloadmu-bddd7e3ad9a51dd5abe6c031d4d4630e450f77d5.tar.gz
4983
Standardize name for 'end of file' sentinel. `eof` seems like an ordinary
variable, and `EOF` looks too much like a register (particularly in code
like `if (EAX == EOF)`), so we'll go with `Eof`. Consistent capitalization
for globals, and constants are globals too.
Diffstat (limited to 'html/051scenario_test.mu.html')
0 files changed, 0 insertions, 0 deletions
revious revision' href='/akspecs/ranger/blame/ranger/gui/colorscheme.py?id=a78cfb7eee02d27f03b5355d9e42a6ba9522d430'>^
9f5eeff7 ^
e52629c1 ^
bc79568d ^
6d985a2c ^
51d9c72e ^

6d985a2c ^
7740d525 ^
0d1b5bac ^
98bca305 ^

9dc6fe07 ^
ab41c776 ^
1687e0f4 ^



972da7ba ^
b68d28c1 ^
d1a1173d ^






b68d28c1 ^
d1a1173d ^





51ec08da ^
d1a1173d ^
76791a70 ^
d1a1173d ^



b68d28c1 ^
d1a1173d ^





b3d031a9 ^

b68d28c1 ^
d1a1173d ^



51d9c72e ^
ab41c776 ^
b3d031a9 ^
d1a1173d ^



5348e120 ^

d1a1173d ^




f6de1679 ^
d1a1173d ^

d69f1ed3 ^
d1a1173d ^
b3d031a9 ^
d1a1173d ^
b3d031a9 ^
1687e0f4 ^
d1a1173d ^





















84a22ae0 ^
1687e0f4 ^
d1a1173d ^
5348e120 ^
f6de1679 ^
51ec08da ^

5348e120 ^
f6de1679 ^
c78ee48d ^
d1a1173d ^






1687e0f4 ^
bc79568d ^
ab41c776 ^
f7199d8e ^
bc79568d ^

f7199d8e ^
bc79568d ^


f7199d8e ^


bc79568d ^


1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158