comparison dmd2/declaration.h @ 922:0749c0757a43

Apply naked changes of [920] to dmd2/
author Christian Kamm <kamm incasoftware de>
date Tue, 03 Feb 2009 18:11:39 +0100
parents 75c53f8f67a4
children 03d7c4aac654
comparison
equal deleted inserted replaced
921:75c53f8f67a4 922:0749c0757a43
278 VarDeclaration *isVarDeclaration() { return (VarDeclaration *)this; } 278 VarDeclaration *isVarDeclaration() { return (VarDeclaration *)this; }
279 279
280 // LDC 280 // LDC
281 AnonDeclaration* anonDecl; 281 AnonDeclaration* anonDecl;
282 unsigned offset2; 282 unsigned offset2;
283 bool nakedUse;
283 }; 284 };
284 285
285 /**************************************************************/ 286 /**************************************************************/
286 287
287 // LDC uses this to denote static struct initializers 288 // LDC uses this to denote static struct initializers