diff dmd/opover.c @ 1103:b30fe7e1dbb9

- Updated to DMD frontend 1.041. - Removed dmd/inifile.c , it's not under a free license, replaced with libconfig based config file.
author Tomas Lindquist Olsen <tomas.l.olsen gmail.com>
date Thu, 12 Mar 2009 20:37:27 +0100
parents 330f999ade44
children eeb8b95ea92e
line wrap: on
line diff
--- a/dmd/opover.c	Thu Mar 12 14:08:57 2009 +0100
+++ b/dmd/opover.c	Thu Mar 12 20:37:27 2009 +0100
@@ -18,13 +18,7 @@
 #define integer_t dmd_integer_t
 #endif
 
-#if IN_GCC || IN_LLVM
-#include "mem.h"
-#elif POSIX
-#include "../root/mem.h"
-#elif _WIN32
-#include "..\root\mem.h"
-#endif
+#include "rmem.h"
 
 //#include "port.h"
 #include "mtype.h"
@@ -276,7 +270,7 @@
 		templateResolve(&m, td, sc, loc, NULL, &args2);
 	    }
 	}
-
+	
 	lastf = m.lastf;
 
 	if (s_r)
@@ -576,7 +570,7 @@
 	    if (s)
 	    {
 		fd = s->isFuncDeclaration();
-		if (fd)
+		if (fd) 
 		    inferApplyArgTypesX(fd, arguments);
 	    }
 	    break;