comparison dmd/dump.c @ 794:661384d6a936

Fix warnings on x86-64. By fvbommel.
author Christian Kamm <kamm incasoftware de>
date Fri, 28 Nov 2008 21:24:08 +0100
parents 2b72433d5c8c
children eeb8b95ea92e
comparison
equal deleted inserted replaced
793:f6dd817060fc 794:661384d6a936
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 %lld type=%s\n", this, (long long)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);