about summary refs log tree commit diff stats
path: root/010vm.cc
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2015-09-12 14:39:20 -0700
committerKartik K. Agaram <vc@akkartik.com>2015-09-12 14:39:20 -0700
commit7be15b8b4ac500face0c01294cad28c489dfcfbf (patch)
tree06284ec0a987efd6d7cfc8e87d2f2ec0e5481d4e /010vm.cc
parentfa94f4d92340f001560b16dd0c2e5681ca5db031 (diff)
downloadmu-7be15b8b4ac500face0c01294cad28c489dfcfbf.tar.gz
2184 - bugfix in trace_count
It was reading lines like this in scenarios:

  -warn: f: error error

as:

  -warn: f

which was causing them to be silently ignored.

Also found an insane preprocessor expansion from not parenthesizing
preprocessor arguments. SIZE(end+delim) worked even when end was an
integer, but it happily didn't ever get the wrong answer.
Diffstat (limited to '010vm.cc')
0 files changed, 0 insertions, 0 deletions
le='Blame the previous revision' href='/danisanti/profani-tty/blame/tests/functionaltests/test_receipts.c?id=d54cbf126aa520adf3ea43b28f5c39d96e12fbd6'>^
7f98e013 ^
d40998c4 ^
7f98e013 ^
d40998c4 ^



7f98e013 ^

d40998c4 ^


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