Index: tests/loopctrl.cfa
===================================================================
--- tests/loopctrl.cfa	(revision 5ea5b28f99a21543ee16545ccb212eddbb550eff)
+++ tests/loopctrl.cfa	(revision c802eb883340a94cf9ba158c4c21e09873406253)
@@ -10,6 +10,6 @@
 // Created On       : Wed Aug  8 18:32:59 2018
 // Last Modified By : Peter A. Buhr
-// Last Modified On : Sat Dec 22 09:41:15 2018
-// Update Count     : 77
+// Last Modified On : Sun Dec 23 23:00:29 2018
+// Update Count     : 79
 // 
 
@@ -32,5 +32,5 @@
 S ?-=?( S & t, one_t ) { t.i -= 1; t.j -= 1; return t; }
 ofstream & ?|?( ofstream & os, S v ) { return os | '(' | v.i | v.j | ')'; }
-void & ?|?( ofstream & os, S v ) { (ofstream)(os | v); if ( getANL( os ) ) nl( os ); }
+void & ?|?( ofstream & os, S v ) { (ofstream &)(os | v); nl( os ); }
 
 int main() {
