diff gen/tocsym.cpp @ 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 ce7ed8f59b99
children 29c0d1194033
line wrap: on
line diff
--- a/gen/tocsym.cpp	Mon Nov 10 20:55:24 2008 +0100
+++ b/gen/tocsym.cpp	Tue Nov 11 01:38:48 2008 +0100
@@ -207,7 +207,7 @@
  *		1	add value signature
  */
 
-Symbol *TypeAArray::aaGetSymbol(char *func, int flags)
+Symbol *TypeAArray::aaGetSymbol(const char *func, int flags)
 {
   return 0;
 }