Fixed some compilation errors

This commit is contained in:
2023-11-22 15:41:41 -05:00
parent 6b10cd2b3e
commit 626ab703a7
3 changed files with 20 additions and 22 deletions

View File

@ -22,8 +22,6 @@ struct StackNode
struct ParseContext
{
#if 0
TokArray Tokens;
StackNode* Scope;
@ -3295,7 +3293,7 @@ CodeFriend parse_friend()
Context.pop();
return CodeInvalid;
}
friend <Type>
// friend <Type>
// Funciton declaration
if ( currtok.Type == TokType::Identifier )