Index: libcfa/src/gmp.hfa
===================================================================
--- libcfa/src/gmp.hfa	(revision a22e8b4b3788f7c22178b10d7ea34d5be5c86365)
+++ libcfa/src/gmp.hfa	(revision edd11bd4c96be8bf580797f2fc7afa5230c1b6f1)
@@ -263,7 +263,8 @@
 	forall( ostype & | ostream( ostype ) ) {
 		ostype & ?|?( ostype & os, Int mp ) {
-			if ( sepPrt$( os ) ) fmt( os, "%s", sepGetCur$( os ) );
+			ostream_data(ostype) const & table = ostream_table;
+			if ( table.sepPrt$( os ) ) table.fmt( os, "%s", table.sepGetCur$( os ) );
 			gmp_printf( "%Zd", mp.mpz );
-			sep( os );
+			table.sep( os );
 			return os;
 		} // ?|?
