comparison dmd/module.h @ 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
151 int needModuleInfo(); 151 int needModuleInfo();
152 Dsymbol *search(Loc loc, Identifier *ident, int flags); 152 Dsymbol *search(Loc loc, Identifier *ident, int flags);
153 Dsymbol *symtabInsert(Dsymbol *s); 153 Dsymbol *symtabInsert(Dsymbol *s);
154 void deleteObjFile(); 154 void deleteObjFile();
155 void addDeferredSemantic(Dsymbol *s); 155 void addDeferredSemantic(Dsymbol *s);
156 void runDeferredSemantic(); 156 static void runDeferredSemantic();
157 int imports(Module *m); 157 int imports(Module *m);
158 158
159 // Back end 159 // Back end
160 #if IN_DMD 160 #if IN_DMD
161 int doppelganger; // sub-module 161 int doppelganger; // sub-module