comparison dmd/FuncDeclaration.d @ 177:1475fd394c9e

bug fixes
author korDen
date Sun, 10 Oct 2010 10:38:55 +0400
parents fa9a71a9f5a8
children e3afd1303184
comparison
equal deleted inserted replaced
176:fa9a71a9f5a8 177:1475fd394c9e
3291 return; 3291 return;
3292 } 3292 }
3293 3293
3294 if (semanticRun >= 5) // if toObjFile() already run 3294 if (semanticRun >= 5) // if toObjFile() already run
3295 return; 3295 return;
3296
3297 semanticRun = 5;
3296 3298
3297 if (!func.fbody) 3299 if (!func.fbody)
3298 { 3300 {
3299 return; 3301 return;
3300 } 3302 }