src/list.c

changeset 1163
68ff0839bc6a
parent 1162
e3bb67b72d33
equal deleted inserted replaced
1162:e3bb67b72d33 1163:68ff0839bc6a
247 cx_emptyl_noop, 247 cx_emptyl_noop,
248 cx_emptyl_iterator, 248 cx_emptyl_iterator,
249 }; 249 };
250 250
251 CxList cx_empty_list = { 251 CxList cx_empty_list = {
252 { 252 {
253 NULL, 253 NULL,
254 NULL, 254 NULL,
255 0, 255 0,
256 0, 256 0,
257 NULL, 257 NULL,
258 NULL, 258 NULL,
259 NULL, 259 NULL,
260 false 260 false,
261 }, 261 true,
262 &cx_empty_list_class, 262 },
263 NULL 263 &cx_empty_list_class,
264 NULL
264 }; 265 };
265 266
266 CxList *const cxEmptyList = &cx_empty_list; 267 CxList *const cxEmptyList = &cx_empty_list;
267 268
268 // </editor-fold> 269 // </editor-fold>

mercurial