1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-11 05:18:09 +03:00
samba-mirror/source/aparser/templates/ifptr_start.tpl
Andrew Tridgell 1df80cd1e8 another awk parser update
we can now handle arrays of structures, pointers to structures,
pointers in unions etc
0001-01-01 00:00:00 +00:00

3 lines
105 B
Smarty

if (il->@ELEM@) {
if (!io_alloc("@ELEM@", ps, (void **)&il->@ELEM@, sizeof(*(il->@ELEM@)))) goto fail;