comparison dmd/inline.c @ 1630:44b145be2ef5

Merge dmd 1.056.
author Robert Clipsham <robert@octarineparrot.com>
date Sat, 06 Feb 2010 15:53:52 +0000
parents def7a1d494fd
children 9bf06e02070b
comparison
equal deleted inserted replaced
1629:b07d683ba4d0 1630:44b145be2ef5
1279 #endif 1279 #endif
1280 1280
1281 if (needThis() && !hasthis) 1281 if (needThis() && !hasthis)
1282 return 0; 1282 return 0;
1283 1283
1284 if (inlineNest || (semanticRun < 3 && !hdrscan)) 1284 if (inlineNest || (semanticRun < PASSsemantic3 && !hdrscan))
1285 { 1285 {
1286 #if CANINLINE_LOG 1286 #if CANINLINE_LOG
1287 printf("\t1: no, inlineNest = %d, semanticRun = %d\n", inlineNest, semanticRun); 1287 printf("\t1: no, inlineNest = %d, semanticRun = %d\n", inlineNest, semanticRun);
1288 #endif 1288 #endif
1289 return 0; 1289 return 0;