mirror of
https://github.com/Ed94/gencpp.git
synced 2025-06-14 18:51:47 -07:00
Fixed some compilation errors
This commit is contained in:
@ -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 )
|
||||
|
Reference in New Issue
Block a user