Skip to content

Commit

Permalink
Fixed cross referencing issue when using bitfields.
Browse files Browse the repository at this point in the history
  • Loading branch information
Dimitri van Heesch committed Sep 20, 2016
1 parent 02fb542 commit 2a5357a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/code.l
Expand Up @@ -2564,7 +2564,7 @@ RAWEND ")"[^ \t\(\)\\]{0,16}\"
generateClassOrGlobalLink(*g_code,yytext);
g_name+=yytext;
}
<Body>{SCOPENAME}/{BN}*[;,)\]] { // "int var;" or "var, var2" or "debug(f) macro"
<Body>{SCOPENAME}/{BN}*[:;,)\]] { // "int var;" or "var, var2" or "debug(f) macro" , or int var : 5;
addType();
// changed this to generateFunctionLink, see bug 624514
//generateClassOrGlobalLink(*g_code,yytext,FALSE,TRUE);
Expand Down

0 comments on commit 2a5357a

Please sign in to comment.