From 5a4810855d34ce74b787d70383a712eef9e053f4 Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Wed, 4 Nov 2015 20:41:36 -0800 Subject: 2358 - starting to tackle the phase ordering problem A new externality is starting to make its presence felt. Until I sort this out it's going to be hard to finish making duplex-list generic. --- 048check_type_by_name.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '048check_type_by_name.cc') diff --git a/048check_type_by_name.cc b/048check_type_by_name.cc index 438e45c3..fb193d78 100644 --- a/048check_type_by_name.cc +++ b/048check_type_by_name.cc @@ -14,8 +14,8 @@ recipe main [ ] +error: main: x used with multiple types -:(after "int main") - Transform.push_back(check_types_by_name); +:(after "Begin Transforms") +Transform.push_back(check_types_by_name); :(code) void check_types_by_name(const recipe_ordinal r) { -- cgit 1.4.1-2-gfad0 switch'/> Profanity fork with TTY improvementsdanisanti <danisanti@tilde.institute>
about summary refs log tree commit diff stats
path: root/themes/hacker
blob: 8639dbe6ec0b3caf2ac34db69e4b56d4e975c514 (plain) (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
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