[Swift-commit] r6997 - trunk/resources

hategan at ci.uchicago.edu hategan at ci.uchicago.edu
Sun Aug 25 13:46:52 CDT 2013


Author: hategan
Date: 2013-08-25 13:46:52 -0500 (Sun, 25 Aug 2013)
New Revision: 6997

Modified:
   trunk/resources/Karajan.stg
Log:
fix compilation error when user defined procs return multiple values (bug 1071)

Modified: trunk/resources/Karajan.stg
===================================================================
--- trunk/resources/Karajan.stg	2013-08-25 01:27:36 UTC (rev 6996)
+++ trunk/resources/Karajan.stg	2013-08-25 18:46:52 UTC (rev 6997)
@@ -238,7 +238,7 @@
     	$inputs:callInternal_log_input();separator="\n"$
   		$if(!serialize)$)$endif$
 	)
-	$if(partialClose)$$partialClose$$endif$
+	$if(partialClose)$$partialClose;separator="\n"$$endif$
 	swift:unitEnd("INTERNALPROC", name="$func$")
 )
 >>
@@ -268,7 +268,7 @@
 	$if(!serialize)$)$endif$
 )
 $if(partialClose)$
-$partialClose$
+$partialClose;separator="\n"$
 )
 $endif$
 >>




More information about the Swift-commit mailing list