diff dmd/expression.h @ 1626:8fa4ab3dcc88

Merge DMD r320: refactor --- dmd/expression.c | 7 +++---- dmd/expression.h | 2 +- dmd/mtype.c | 34 ++++++++-------------------------- 3 files changed, 12 insertions(+), 31 deletions(-)
author Leandro Lucarella <llucax@gmail.com>
date Wed, 06 Jan 2010 15:18:23 -0300
parents a87f1d6ff48e
children 44b145be2ef5
line wrap: on
line diff
--- a/dmd/expression.h	Wed Jan 06 15:18:22 2010 -0300
+++ b/dmd/expression.h	Wed Jan 06 15:18:23 2010 -0300
@@ -349,7 +349,7 @@
 {
     unsigned char committed;	// !=0 if type is committed
 
-    NullExp(Loc loc);
+    NullExp(Loc loc, Type *t = NULL);
     Expression *semantic(Scope *sc);
     int isBool(int result);
     int isConst();