about summary refs log tree commit diff stats
path: root/020run.cc
diff options
context:
space:
mode:
Diffstat (limited to '020run.cc')
-rw-r--r--020run.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/020run.cc b/020run.cc
index d9d70334..fdf8244a 100644
--- a/020run.cc
+++ b/020run.cc
@@ -187,6 +187,7 @@ if (argc > 1) {
   if (Run_tests) Recipe.erase(get(Recipe_ordinal, "main"));
 }
 transform_all();
+//? cerr << to_original_string(get(Recipe, get(Recipe_ordinal, "event-loop"))) << '\n';
 //? DUMP("");
 //? exit(0);
 if (trace_contains_errors()) return 1;
tle='author Kartik Agaram <vc@akkartik.com> 2018-09-21 13:51:43 -0700 committer Kartik Agaram <vc@akkartik.com> 2018-09-21 13:51:43 -0700 4568' href='/akkartik/mu/commit/subx/edit?h=hlt&id=694d8485d49ecb4fb35c8cf0dacd59f960d2999e'>694d8485 ^
af21f7d1 ^
694d8485 ^
af21f7d1 ^
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
                  
                                                               


               



                                                                                         


        




                               

                    
                                               
    
                                           
  
4c3e1f07 ^

87ef6a67 ^

b0bf5321 ^
77d5b5d6 ^
4c3e1f07 ^



87ef6a67 ^

b0bf5321 ^








87ef6a67 ^







fca48e92 ^
7890b8ce ^








b0bf5321 ^
fca48e92 ^
fca48e92 ^
b0bf5321 ^
fca48e92 ^



afb467ea ^
b0bf5321 ^
afb467ea ^
afb467ea ^
b0bf5321 ^
afb467ea ^



b0bf5321 ^
fca48e92 ^
fca48e92 ^


fca48e92 ^
1ead3562 ^
fca48e92 ^




b0bf5321 ^
fca48e92 ^
1ead3562 ^
44bab2e4 ^
fca48e92 ^
afb467ea ^




1ead3562 ^
afb467ea ^





1ead3562 ^
afb467ea ^

44bab2e4 ^
fca48e92 ^
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