diff dmd/mtype.h @ 758:f04dde6e882c

Added initial D2 support, D2 frontend and changes to codegen to make things compile.
author Tomas Lindquist Olsen <tomas.l.olsen@gmail.com>
date Tue, 11 Nov 2008 01:38:48 +0100
parents 55f6c2e454d7
children 340acf1535d0
line wrap: on
line diff
--- a/dmd/mtype.h	Mon Nov 10 20:55:24 2008 +0100
+++ b/dmd/mtype.h	Tue Nov 11 01:38:48 2008 +0100
@@ -368,7 +368,7 @@
     int hasPointers();
 
     // Back end
-    Symbol *aaGetSymbol(char *func, int flags);
+    Symbol *aaGetSymbol(const char *func, int flags);
 
     type *toCtype();
 };