comparison dmd/func.c @ 50:6fcc08a4d406 trunk

[svn r54] Added support for nested delegates referencing parent's stack variables. Replaced tester.sh with a version written in D. A few bugfixes.
author lindquist
date Mon, 22 Oct 2007 15:40:56 +0200
parents 3cfcb944304e
children a9d29e9f1fed
comparison
equal deleted inserted replaced
49:e5c4bece7fa1 50:6fcc08a4d406
73 nrvo_can = 1; 73 nrvo_can = 1;
74 nrvo_var = NULL; 74 nrvo_var = NULL;
75 shidden = NULL; 75 shidden = NULL;
76 llvmQueued = false; 76 llvmQueued = false;
77 llvmThisVar = NULL; 77 llvmThisVar = NULL;
78 llvmNested = NULL;
78 } 79 }
79 80
80 Dsymbol *FuncDeclaration::syntaxCopy(Dsymbol *s) 81 Dsymbol *FuncDeclaration::syntaxCopy(Dsymbol *s)
81 { 82 {
82 FuncDeclaration *f; 83 FuncDeclaration *f;