summaryrefslogtreecommitdiffstats
path: root/src/scanner.l
diff options
context:
space:
mode:
Diffstat (limited to 'src/scanner.l')
-rw-r--r--src/scanner.l3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/scanner.l b/src/scanner.l
index 50edea9..8125b9c 100644
--- a/src/scanner.l
+++ b/src/scanner.l
@@ -2773,7 +2773,8 @@ TYPEDEFPREFIX (("typedef"{BN}+)?)((("volatile"|"const"){BN}+)?)
initEntry();
BEGIN( FindMembers );
}
-<IDLProp>. {
+<IDLProp>. { // spaces, *, or other stuff
+ idlProp+=yytext;
}
<Array>"]" { current->args += *yytext ;
if (--squareCount<=0)