comparison gen/structs.cpp @ 1278:8fb39f7f1a7c

Fixed file name in imported mixins containing assertions.
author Tomas Lindquist Olsen <tomas.l.olsen gmail com>
date Wed, 29 Apr 2009 18:39:59 +0200
parents dd135ff697fa
children 0c03ba6f7c24
comparison
equal deleted inserted replaced
1277:6bd5ce91b136 1278:8fb39f7f1a7c
28 if (sd->ir.resolved) return; 28 if (sd->ir.resolved) return;
29 // make sure above works :P 29 // make sure above works :P
30 sd->ir.resolved = true; 30 sd->ir.resolved = true;
31 31
32 // log what we're doing 32 // log what we're doing
33 Logger::println("Resolving struct type: %s (%s)", sd->toChars(), sd->locToChars()); 33 Logger::println("Resolving struct type: %s (%s)", sd->toChars(), sd->loc.toChars());
34 LOG_SCOPE; 34 LOG_SCOPE;
35 35
36 // make sure type exists 36 // make sure type exists
37 DtoType(sd->type); 37 DtoType(sd->type);
38 38