|
@@ -1324,7 +1324,7 @@ sub process {
|
|
|
possible($type, "A:" . $s);
|
|
possible($type, "A:" . $s);
|
|
|
|
|
|
|
|
# definitions in global scope can only start with types
|
|
# definitions in global scope can only start with types
|
|
|
- } elsif ($s =~ /^.(?:$Storage\s+)?(?:$Inline\s+)?(?:const\s+)?($Ident)\b/s) {
|
|
|
|
|
|
|
+ } elsif ($s =~ /^.(?:$Storage\s+)?(?:$Inline\s+)?(?:const\s+)?($Ident)\b\s*(?!:)/s) {
|
|
|
possible($1, "B:" . $s);
|
|
possible($1, "B:" . $s);
|
|
|
}
|
|
}
|
|
|
|
|
|