Holy fucking shit I don't want to work on this. Sibly, you son of a ...

This commit is contained in:
Michael Fabain Dirks
2016-05-07 22:49:54 +02:00
parent b75ca4142c
commit aa22d21fb5
2577 changed files with 166501 additions and 194685 deletions
+1 -1
View File
@@ -98,7 +98,7 @@ TNode *Node::createVars( Environ *e ){
// release local vars //
////////////////////////
TNode *Node::deleteVars( Environ *e ){
TNode *t=0,*l=0,*p,*p1,*p2;
TNode *t=0,*l=0,*p,*p1 = nullptr,*p2 = nullptr;
for( int k=0;k<e->decls->size();++k ){
Decl *d=e->decls->decls[k];
Type *type=d->type;