Changes in libcfa/src/gmp.hfa [6c5d92f:fd54fef]
- File:
-
- 1 edited
-
libcfa/src/gmp.hfa (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
libcfa/src/gmp.hfa
r6c5d92f rfd54fef 10 10 // Created On : Tue Apr 19 08:43:43 2016 11 11 // Last Modified By : Peter A. Buhr 12 // Last Modified On : Tue Apr 20 20:59:21 202113 // Update Count : 3 212 // Last Modified On : Sun Feb 9 09:56:54 2020 13 // Update Count : 31 14 14 // 15 15 … … 263 263 forall( ostype & | ostream( ostype ) ) { 264 264 ostype & ?|?( ostype & os, Int mp ) { 265 if ( sepPrt$( os ) ) fmt( os, "%s", sepGetCur$( os ) );265 if ( $sepPrt( os ) ) fmt( os, "%s", $sepGetCur( os ) ); 266 266 gmp_printf( "%Zd", mp.mpz ); 267 267 sepOn( os );
Note:
See TracChangeset
for help on using the changeset viewer.