Index: libcfa/src/iostream.hfa
===================================================================
--- libcfa/src/iostream.hfa	(revision 86ce925c103b38d84be117f26078becad481487f)
+++ libcfa/src/iostream.hfa	(revision 16d9c3ad11804ba6611afddc59feffaa040594e1)
@@ -10,6 +10,6 @@
 // Created On       : Wed May 27 17:56:53 2015
 // Last Modified By : Peter A. Buhr
-// Last Modified On : Sat Sep 13 16:10:27 2025
-// Update Count     : 771
+// Last Modified On : Wed Jan 14 21:23:53 2026
+// Update Count     : 772
 //
 
@@ -27,7 +27,7 @@
 	void (*sepReset$)( ostype & );							// set separator state to default state
 	void (*sepReset$)( ostype &, bool );					// set separator and default state
-	const char * (*sepGetCur$)( ostype & );				// get current separator string
+	const char * (*sepGetCur$)( ostype & );					// get current separator string
 	void (*sepSetCur$)( ostype &, const char [] );			// set current separator string
-	bool (*getNL$)( ostype & );							// get newline
+	bool (*getNL$)( ostype & );								// get newline
 	bool (*setNL$)( ostype &, bool );						// set newline
 	bool (*getANL$)( ostype & );							// get auto newline (on/off)
@@ -42,9 +42,9 @@
 	void (*nosep)( ostype & );								// turn separator state off
 	bool (*sepOn)( ostype & );								// set default state to on, and return previous state
-	bool (*sepOff)( ostype & );							// set default state to off, and return previous state
-	const char * (*sepGet)( ostype & );					// get separator string
+	bool (*sepOff)( ostype & );								// set default state to off, and return previous state
+	const char * (*sepGet)( ostype & );						// get separator string
 	void (*sepSet)( ostype &, const char [] );				// set separator to string (15 character maximum)
 	const char * (*sepGetTuple)( ostype & );				// get tuple separator string
-	void (*sepSetTuple)( ostype &, const char [] );		// set tuple separator to string (15 character maximum)
+	void (*sepSetTuple)( ostype &, const char [] );			// set tuple separator to string (15 character maximum)
 
 	void (*ends)( ostype & );								// end of output statement
