summaryrefslogtreecommitdiffstats
path: root/src/declinfo.l
diff options
context:
space:
mode:
Diffstat (limited to 'src/declinfo.l')
-rw-r--r--src/declinfo.l2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/declinfo.l b/src/declinfo.l
index 0be2a08..d115fb1 100644
--- a/src/declinfo.l
+++ b/src/declinfo.l
@@ -132,7 +132,7 @@ ID ([a-z_A-Z][a-z_A-Z0-9]*)|(@[0-9]+)
}
name.resize(0);
}
-<Start>":" { // Objective-C argument separator
+<Start>{B}*":" { // Objective-C argument separator
name+=yytext;
}
<Start>[*&]+ {