[Swift-commit] r6655 - branches/release-0.94/resources

hategan at ci.uchicago.edu hategan at ci.uchicago.edu
Tue Jul 16 14:52:48 CDT 2013


Author: hategan
Date: 2013-07-16 14:52:48 -0500 (Tue, 16 Jul 2013)
New Revision: 6655

Modified:
   branches/release-0.94/resources/Karajan.stg
Log:
fixed missing attribute in internal proc (bug 1028)

Modified: branches/release-0.94/resources/Karajan.stg
===================================================================
--- branches/release-0.94/resources/Karajan.stg	2013-07-16 19:46:46 UTC (rev 6654)
+++ branches/release-0.94/resources/Karajan.stg	2013-07-16 19:52:48 UTC (rev 6655)
@@ -264,7 +264,7 @@
 // they are not
 // $outputs:vdl_log_output();separator="\n"$
 
-callInternal(func, outputs, inputs, line, serialize) ::= <<
+callInternal(func, outputs, inputs, line, serialize, partialClose) ::= <<
 <sequential>
 <unitStart name="$func$" type="INTERNALPROC" outputs="$outputs:list();separator=","$"/>
 $cs()$
@@ -274,6 +274,9 @@
     $inputs:callInternal_log_input();separator="\n"$
   $if(!serialize)$</parallel>$endif$
 </$func$>
+$if(partialClose)$
+$partialClose$
+$endif$
 <unitEnd name="$func$" type="INTERNALPROC"/>
 </sequential>
 >>




More information about the Swift-commit mailing list