summaryrefslogtreecommitdiffstats
path: root/src/scanner.l
diff options
context:
space:
mode:
Diffstat (limited to 'src/scanner.l')
-rw-r--r--src/scanner.l4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/scanner.l b/src/scanner.l
index cde0ade..1642fec 100644
--- a/src/scanner.l
+++ b/src/scanner.l
@@ -6414,7 +6414,7 @@ OPERATOR "operator"{B}*({ARITHOP}|{ASSIGNOP}|{LOGICOP}|{BITOP})
/* ---- Slice-specific rules ------ */
-<SliceSequence>{SCOPEID} {
+<SliceSequence>{SCOPENAME} {
if (current->spec&Entry::Local)
{
current->type = "local ";
@@ -6443,7 +6443,7 @@ OPERATOR "operator"{B}*({ARITHOP}|{ASSIGNOP}|{LOGICOP}|{BITOP})
BEGIN(FindMembers);
}
-<SliceDictionary>{SCOPEID}{BN}*","{BN}*{SCOPEID} {
+<SliceDictionary>{SCOPENAME}{BN}*","{BN}*{SCOPENAME} {
lineCount();
if (current->spec&Entry::Local)
{