From 3401742e551a48eef4987a80ab0a6f310e539329 Mon Sep 17 00:00:00 2001 From: Kartik Agaram Date: Thu, 6 Feb 2020 21:15:34 -0800 Subject: 5990 --- apps/mu.subx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps') diff --git a/apps/mu.subx b/apps/mu.subx index dd7bb77d..81c47ece 100644 --- a/apps/mu.subx +++ b/apps/mu.subx @@ -4471,7 +4471,7 @@ $emit-cleanup-code:end: 5d/pop-to-ebp c3/return -# clean up global state for 'vars' until (but excluding) some block depth +# clean up global state for 'vars' until some block depth clean-up-blocks: # vars: (addr stack (handle var)), until-block-depth: int # . prologue 55/push-ebp -- cgit 1.4.1-2-gfad0 ame='id' value='039bf5d04de6d388379d5cca300f00b1022d068e'/> Profanity fork with TTY improvementsdanisanti <danisanti@tilde.institute>
about summary refs log tree commit diff stats
path: root/tests/functionaltests/test_roster.c
blob: aa06016e02273e3cbccf17e8154b1de1a87b93d2 (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
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