From f3a3a05ade784ff6906e5c8b132c9440a8db44e5 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Tue, 16 May 2000 11:55:06 +0000 Subject: another awk parser update we can now handle arrays of structures, pointers to structures, pointers in unions etc (This used to be commit 1df80cd1e8475b6b2fe7b80b6c9089692ab7691b) --- source3/aparser/templates/ifptr_start.tpl | 1 + 1 file changed, 1 insertion(+) (limited to 'source3/aparser/templates/ifptr_start.tpl') diff --git a/source3/aparser/templates/ifptr_start.tpl b/source3/aparser/templates/ifptr_start.tpl index ffffe49e91..228b84bac9 100644 --- a/source3/aparser/templates/ifptr_start.tpl +++ b/source3/aparser/templates/ifptr_start.tpl @@ -1 +1,2 @@ if (il->@ELEM@) { + if (!io_alloc("@ELEM@", ps, (void **)&il->@ELEM@, sizeof(*(il->@ELEM@)))) goto fail; -- cgit