Skip to content

Commit

Permalink
Minor
Browse files Browse the repository at this point in the history
  • Loading branch information
ajreynol committed Feb 7, 2024
1 parent 39e663e commit 3538bb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cmd_parser.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,7 @@ bool CmdParser::parseNextCommand()
}
else
{
sk = Kind::CONST;
if (tok==Token::DECLARE_ORACLE_FUN)
{
ck = Attr::ORACLE;
Expand All @@ -172,7 +173,6 @@ bool CmdParser::parseNextCommand()
}
else if (tok==Token::DECLARE_CONST || tok==Token::DECLARE_FUN)
{
sk = Kind::CONST;
// possible attribute list
AttrMap attrs;
d_eparser.parseAttributeList(t, attrs);
Expand Down

0 comments on commit 3538bb8

Please sign in to comment.