comparison dmd/identifier.h @ 1195:e961851fb8be

Merged DMD 1.042.
author Tomas Lindquist Olsen <tomas.l.olsen gmail.com>
date Fri, 03 Apr 2009 17:59:34 +0200
parents 6aee82889553
children 44b145be2ef5
comparison
equal deleted inserted replaced
1194:1853dcd9b944 1195:e961851fb8be
35 void print(); 35 void print();
36 char *toChars(); 36 char *toChars();
37 #ifdef _DH 37 #ifdef _DH
38 char *toHChars(); 38 char *toHChars();
39 #endif 39 #endif
40 char *toHChars2(); 40 const char *toHChars2();
41 int dyncast(); 41 int dyncast();
42 42
43 static Identifier *generateId(const char *prefix); 43 static Identifier *generateId(const char *prefix);
44 static Identifier *generateId(const char *prefix, size_t i); 44 static Identifier *generateId(const char *prefix, size_t i);
45 }; 45 };