about summary refs log tree commit diff stats
path: root/subx/apps
diff options
context:
space:
mode:
authornc <charles.saternos@gmail.com>2019-05-01 21:06:50 -0400
committernc <charles.saternos@gmail.com>2019-05-01 21:06:50 -0400
commit2827336d9917bccd7486eede0b1434002993342a (patch)
treeb4f30dc7edf17d4e150ecd177342d65584c3eca7 /subx/apps
parentbcd2b245aa564f0b2b55404c885e330515b8bbd2 (diff)
parent02684e8d7cb5292867ebcdea06879b94ba63aef4 (diff)
downloadmu-2827336d9917bccd7486eede0b1434002993342a.tar.gz
Merge branch 'master' into charles-l-print-int-decimal
Diffstat (limited to 'subx/apps')
-rw-r--r--subx/apps/dquotes.subx2
1 files changed, 1 insertions, 1 deletions
diff --git a/subx/apps/dquotes.subx b/subx/apps/dquotes.subx
index 02e99e33..b236ac2f 100644
--- a/subx/apps/dquotes.subx
+++ b/subx/apps/dquotes.subx
@@ -1051,7 +1051,7 @@ Segment-size:
   0x100/imm32
 #?   0x1000/imm32/4KB
 
-Next-string-literal:
+Next-string-literal:  # tracks the next auto-generated variable name
   1/imm32
 
 # . . vim:nowrap:textwidth=0
l Vetter <jubalh@iodoru.org> 2020-07-07 14:18:57 +0200 committer Michael Vetter <jubalh@iodoru.org> 2020-07-07 14:18:57 +0200 Apply coding style' href='/danisanti/profani-tty/commit/src/plugins/c_plugins.h?id=a2726b6a7d16f5f846a882fbbe9127e4604bb8bb'>a2726b6a ^
41fe8c22 ^

a2726b6a ^

















































271278dd ^
41fe8c22 ^
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