[Swift-commit] r6654 - trunk/resources

hategan at ci.uchicago.edu hategan at ci.uchicago.edu
Tue Jul 16 14:46:47 CDT 2013


Author: hategan
Date: 2013-07-16 14:46:46 -0500 (Tue, 16 Jul 2013)
New Revision: 6654

Modified:
   trunk/resources/Karajan.stg
Log:
fixed partial close in internal call isssue (bug 1028)

Modified: trunk/resources/Karajan.stg
===================================================================
--- trunk/resources/Karajan.stg	2013-07-16 19:37:53 UTC (rev 6653)
+++ trunk/resources/Karajan.stg	2013-07-16 19:46:46 UTC (rev 6654)
@@ -229,7 +229,7 @@
 // they are not
 // $outputs:vdl_log_output();separator="\n"$
 
-callInternal(func, outputs, inputs, line, serialize) ::= <<
+callInternal(func, outputs, inputs, line, serialize, partialClose) ::= <<
 sequential(
 	swift:unitStart("INTERNALPROC", name="$func$", outputs="$outputs:list();separator=","$")
 	$func$(
@@ -238,6 +238,7 @@
     	$inputs:callInternal_log_input();separator="\n"$
   		$if(!serialize)$)$endif$
 	)
+	$if(partialClose)$$partialClose$$endif$
 	swift:unitEnd("INTERNALPROC", name="$func$")
 )
 >>




More information about the Swift-commit mailing list