diff dmd/template.h @ 1609:1d0220dd613a

Merge DMD r274: harmonization --- dmd/expression.c | 62 +++++++++++++++++++++++++++++++++++++++++++++++++++++- dmd/template.c | 41 +++++++++++++++++++++++++++++++++++ dmd/template.h | 1 + 3 files changed, 103 insertions(+), 1 deletions(-)
author Leandro Lucarella <llucax@gmail.com>
date Wed, 06 Jan 2010 15:18:21 -0300
parents def7a1d494fd
children 3da302cc4966
line wrap: on
line diff
--- a/dmd/template.h	Wed Jan 06 15:18:20 2010 -0300
+++ b/dmd/template.h	Wed Jan 06 15:18:21 2010 -0300
@@ -309,6 +309,7 @@
     Dsymbol *toAlias();			// resolve real symbol
     const char *kind();
     int oneMember(Dsymbol **ps);
+    int needsTypeInference(Scope *sc);
     char *toChars();
     char *mangle();
     void printInstantiationTrace();