diff gen/functions.cpp @ 1233:1e699a4e9759

Merge.
author Tomas Lindquist Olsen <tomas.l.olsen gmail.com>
date Thu, 16 Apr 2009 20:31:21 +0200
parents 79c6c8bc866c 00a84912c689
children 01909bd1132c 871ae029ff49
line wrap: on
line diff
--- a/gen/functions.cpp	Thu Apr 16 20:30:30 2009 +0200
+++ b/gen/functions.cpp	Thu Apr 16 20:31:21 2009 +0200
@@ -89,7 +89,7 @@
     // and nested functions
     else if (nesttype)
     {
-        f->fty.arg_nest = new IrFuncTyArg(nesttype, false, NoAlias | NoCapture);
+        f->fty.arg_nest = new IrFuncTyArg(nesttype, false);
         lidx++;
     }