comparison dmd2/dump.c @ 1452:638d16625da2

LDC 2 compiles again.
author Robert Clipsham <robert@octarineparrot.com>
date Sat, 30 May 2009 17:23:32 +0100
parents f04dde6e882c
children
comparison
equal deleted inserted replaced
1423:42bd767ec5a4 1452:638d16625da2
50 } 50 }
51 51
52 void IntegerExp::dump(int i) 52 void IntegerExp::dump(int i)
53 { 53 {
54 indent(i); 54 indent(i);
55 printf("%p %lld type=%s\n", this, (intmax_t)value, type_print(type)); 55 printf("%p %jd type=%s\n", this, (intmax_t)value, type_print(type));
56 } 56 }
57 57
58 void IdentifierExp::dump(int i) 58 void IdentifierExp::dump(int i)
59 { 59 {
60 indent(i); 60 indent(i);