comparison dmd/PragmaDeclaration.d @ 95:ae5b11064a9a

beginning of 2.036 branch
author Trass3r
date Mon, 30 Aug 2010 23:08:44 +0200
parents 39648eb578f6
children e28b18c23469
comparison
equal deleted inserted replaced
93:df6d0f967680 95:ae5b11064a9a
61 { 61 {
62 auto se = cast(StringExp)e; 62 auto se = cast(StringExp)e;
63 writef("%s", se.toChars()[1..$-3] /*se.len, cast(char*)se.string_*/); 63 writef("%s", se.toChars()[1..$-3] /*se.len, cast(char*)se.string_*/);
64 } 64 }
65 else 65 else
66 error("string expected for message, not '%s'", e.toChars()); 66 writef(e.toChars());
67 } 67 }
68 writef("\n"); 68 writef("\n");
69 } 69 }
70 goto Lnodecl; 70 goto Lnodecl;
71 } 71 }