about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--layout.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/layout.c b/layout.c
index eeeb628..5bd0d57 100644
--- a/layout.c
+++ b/layout.c
@@ -12,7 +12,7 @@ static double ratio = RATIO;
 static unsigned int nlayouts = 0;
 static unsigned int nmaster = NMASTER;
 
-static double // simple pow()
+static double /* simple pow() */
 spow(double x, double y)
 {
 	if(y == 0)
r GitHub <noreply@github.com> 2022-09-28 15:05:01 +0200 store full definition AST for consts, fix noRewrite (#20115)' href='/ahoang/Nim/commit/compiler/ccgliterals.nim?h=devel&id=de4b0346bdafab6c38b77d430d0e83f95da0582c'>de4b0346b ^
d83736221 ^









ca1f3f36b ^







d83736221 ^
ca1f3f36b ^
d83736221 ^



ca1f3f36b ^


d83736221 ^
ca1f3f36b ^
1da98b163 ^
d83736221 ^


0e7338d65 ^
ca1f3f36b ^
b68eb1cad ^

0e7338d65 ^

d83736221 ^
ca1f3f36b ^
f108e8967 ^

a4543c1aa ^
0e7338d65 ^
ca1f3f36b ^



f108e8967 ^
ca1f3f36b ^

f108e8967 ^
ca1f3f36b ^



0e7338d65 ^
d83736221 ^
ca1f3f36b ^
f485ebe16 ^


a4543c1aa ^
ca1f3f36b ^

f485ebe16 ^
0e7338d65 ^
f485ebe16 ^

ca1f3f36b ^
f485ebe16 ^
d83736221 ^

0e7338d65 ^
ca1f3f36b ^
d83736221 ^
ca1f3f36b ^
a4543c1aa ^
ca1f3f36b ^


d83736221 ^
1284827df ^
d83736221 ^
ca1f3f36b ^

d83736221 ^
ca1f3f36b ^
d83736221 ^
ca1f3f36b ^

d83736221 ^
1284827df ^
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