Index: libcfa/src/gmp.hfa
===================================================================
--- libcfa/src/gmp.hfa	(revision 0efb26929e1396507033dfb87f35284ba533db90)
+++ libcfa/src/gmp.hfa	(revision 3fcbdca128a1ff1d7a5c8fe6fb9005c9f448586f)
@@ -10,6 +10,6 @@
 // Created On       : Tue Apr 19 08:43:43 2016
 // Last Modified By : Peter A. Buhr
-// Last Modified On : Tue Dec  4 23:25:51 2018
-// Update Count     : 22
+// Last Modified On : Sat Apr 20 09:01:52 2019
+// Update Count     : 24
 //
 
@@ -271,5 +271,5 @@
 
 	void ?|?( ostype & os, Int mp ) {
-		(ostype)(os | mp); if ( getANL( os ) ) nl( os );
+		(ostype)(os | mp); nl( os );
 	} // ?|?
 } // distribution
