Commit 8072a075 authored by zygzagZ's avatar zygzagZ

Convert to tabs

parent 0df5b04c
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
......@@ -30,32 +30,32 @@ class RelOp;
typedef union
{
int int_;
char char_;
double double_;
char* string_;
Program* program_;
TopDef* topdef_;
ListTopDef* listtopdef_;
FunDef* fundef_;
Arg* arg_;
ListArg* listarg_;
ClassDef* classdef_;
ClassBlock* classblock_;
ClassBlockDef* classblockdef_;
ListClassBlockDef* listclassblockdef_;
Block* block_;
ListStmt* liststmt_;
Stmt* stmt_;
Item* item_;
ListItem* listitem_;
Type* type_;
ListType* listtype_;
Expr* expr_;
ListExpr* listexpr_;
AddOp* addop_;
MulOp* mulop_;
RelOp* relop_;
int int_;
char char_;
double double_;
char* string_;
Program* program_;
TopDef* topdef_;
ListTopDef* listtopdef_;
FunDef* fundef_;
Arg* arg_;
ListArg* listarg_;
ClassDef* classdef_;
ClassBlock* classblock_;
ClassBlockDef* classblockdef_;
ListClassBlockDef* listclassblockdef_;
Block* block_;
ListStmt* liststmt_;
Stmt* stmt_;
Item* item_;
ListItem* listitem_;
Type* type_;
ListType* listtype_;
Expr* expr_;
ListExpr* listexpr_;
AddOp* addop_;
MulOp* mulop_;
RelOp* relop_;
} YYSTYPE;
Program* pProgram(FILE *inp);
......
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment