| 173 | int keyedSize; |
| 174 | int pc; |
| 175 | inline DecTable_() |
| 176 | { |
| 177 | reg = 0; |
| 178 | arraySize = 0; |
| 179 | InitList(&array); |
| 180 | InitList(&keyed); |
| 181 | keyedSize = 0; |
| 182 | pc = 0; |
| 183 | } |
| 184 | }; |
| 185 | typedef struct DecTable_ DecTable; |
| 186 |
nothing calls this directly
no test coverage detected