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; ...@@ -30,32 +30,32 @@ class RelOp;
typedef union typedef union
{ {
int int_; int int_;
char char_; char char_;
double double_; double double_;
char* string_; char* string_;
Program* program_; Program* program_;
TopDef* topdef_; TopDef* topdef_;
ListTopDef* listtopdef_; ListTopDef* listtopdef_;
FunDef* fundef_; FunDef* fundef_;
Arg* arg_; Arg* arg_;
ListArg* listarg_; ListArg* listarg_;
ClassDef* classdef_; ClassDef* classdef_;
ClassBlock* classblock_; ClassBlock* classblock_;
ClassBlockDef* classblockdef_; ClassBlockDef* classblockdef_;
ListClassBlockDef* listclassblockdef_; ListClassBlockDef* listclassblockdef_;
Block* block_; Block* block_;
ListStmt* liststmt_; ListStmt* liststmt_;
Stmt* stmt_; Stmt* stmt_;
Item* item_; Item* item_;
ListItem* listitem_; ListItem* listitem_;
Type* type_; Type* type_;
ListType* listtype_; ListType* listtype_;
Expr* expr_; Expr* expr_;
ListExpr* listexpr_; ListExpr* listexpr_;
AddOp* addop_; AddOp* addop_;
MulOp* mulop_; MulOp* mulop_;
RelOp* relop_; RelOp* relop_;
} YYSTYPE; } YYSTYPE;
Program* pProgram(FILE *inp); 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