about summary refs log tree commit diff stats
path: root/linux/translate_subx_debug
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2021-08-10 05:09:19 -0700
committerKartik K. Agaram <vc@akkartik.com>2021-08-10 05:14:59 -0700
commit74dad4c484df86c03037deaaf683fd6d86e05119 (patch)
tree3ea67f94e29d210c606dad296f6de7f11922bd82 /linux/translate_subx_debug
parent49352e16164e34a329193cc49d5b121fbbd7b529 (diff)
downloadmu-74dad4c484df86c03037deaaf683fd6d86e05119.tar.gz
slack: emit comment parent indices in converter
They're easier to process when loading the data disk.

In the process we lose a few more items because they're comments to
items we were dropping earlier.
Diffstat (limited to 'linux/translate_subx_debug')
0 files changed, 0 insertions, 0 deletions
a> 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174