summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/scanner.l2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/scanner.l b/src/scanner.l
index 61b51cb..c8951e5 100644
--- a/src/scanner.l
+++ b/src/scanner.l
@@ -6923,7 +6923,7 @@ OPERATOR "operator"{B}*({ARITHOP}|{ASSIGNOP}|{LOGICOP}|{BITOP})
}
}
<*>\? {
- if (insideCS)
+ if (insideCS && (YY_START != SkipRound))
{
if (current->type.isEmpty())
{