comparison dmd/identifier.h @ 510:6aee82889553

Merged DMD 1.034, array operations are not yet implemented ;)
author Tomas Lindquist Olsen <tomas.l.olsen@gmail.com>
date Thu, 14 Aug 2008 06:55:41 +0200
parents c53b6e3fe49a
children e961851fb8be
comparison
equal deleted inserted replaced
509:337554fd34f1 510:6aee82889553
38 char *toHChars(); 38 char *toHChars();
39 #endif 39 #endif
40 char *toHChars2(); 40 char *toHChars2();
41 int dyncast(); 41 int dyncast();
42 42
43 static Identifier *generateId(char *prefix); 43 static Identifier *generateId(const char *prefix);
44 static Identifier *generateId(const char *prefix, size_t i);
44 }; 45 };
45 46
46 #endif /* DMD_IDENTIFIER_H */ 47 #endif /* DMD_IDENTIFIER_H */