comparison dmd2/module.h @ 1526:54b3c1394d62

Merged dmdfe 2.031.
author Robert Clipsham <robert@octarineparrot.com>
date Tue, 07 Jul 2009 02:26:11 +0100
parents 638d16625da2
children 61f12f4651b5
comparison
equal deleted inserted replaced
1525:d28cd7c45267 1526:54b3c1394d62
89 Identifier *searchCacheIdent; 89 Identifier *searchCacheIdent;
90 Dsymbol *searchCacheSymbol; // cached value of search 90 Dsymbol *searchCacheSymbol; // cached value of search
91 int searchCacheFlags; // cached flags 91 int searchCacheFlags; // cached flags
92 92
93 int semanticstarted; // has semantic() been started? 93 int semanticstarted; // has semantic() been started?
94 int semanticdone; // has semantic() been done? 94 int semanticRun; // has semantic() been done?
95 int root; // != 0 if this is a 'root' module, 95 int root; // != 0 if this is a 'root' module,
96 // i.e. a module that will be taken all the 96 // i.e. a module that will be taken all the
97 // way to an object file 97 // way to an object file
98 Module *importedFrom; // module from command line we're imported from, 98 Module *importedFrom; // module from command line we're imported from,
99 // i.e. a module that will be taken all the 99 // i.e. a module that will be taken all the