From 26dc8906aeb0783cf36bde31e9051b29a193eb23 Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Wed, 5 Sep 2012 11:38:56 +0100 Subject: make tests work add basic commandlien handling --- src/webidl-ast.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'src/webidl-ast.h') diff --git a/src/webidl-ast.h b/src/webidl-ast.h index 96d7c2a..f56c5d9 100644 --- a/src/webidl-ast.h +++ b/src/webidl-ast.h @@ -1,2 +1,4 @@ - struct ifmembers_s { - }; + +struct ifmembers_s { + char *name; +}; -- cgit v1.2.3