diff gen/functions.cpp @ 379:d632801b15f0

Introducing opaque type to dmd frontent to be used with certain runtime array and aa args and returns. There are still some bugs with aas.
author Christian Kamm <kamm incasoftware de>
date Tue, 22 Jul 2008 23:06:46 +0200
parents d8234836b40f
children 0e6b4d65d3f8
line wrap: on
line diff
--- a/gen/functions.cpp	Tue Jul 22 19:24:40 2008 +0200
+++ b/gen/functions.cpp	Tue Jul 22 23:06:46 2008 +0200
@@ -392,8 +392,9 @@
         Logger::println("current module: %s", gIR->dmodule->ident->toChars());
         if(fdecl->getModule())
             Logger::println("func module: %s", fdecl->getModule()->ident->toChars());
-        else
-            Logger::println("func not in a module, probably runtime");
+        else {
+            Logger::println("func not in a module, is runtime");
+        }
         declareOnly = true;
     }
     else if (fdecl->llvmInternal == LLVMva_start)