Index: src/libcfa/iostream.c
===================================================================
--- src/libcfa/iostream.c	(revision 90c3b1c9b36943edd6040aac93c3da9265b218a4)
+++ src/libcfa/iostream.c	(revision e8032b011e6d5bdc74f9cb82d480387e1e6ecee2)
@@ -10,6 +10,6 @@
 // Created On       : Wed May 27 17:56:53 2015
 // Last Modified By : Peter A. Buhr
-// Last Modified On : Wed Mar  2 16:20:57 2016
-// Update Count     : 207
+// Last Modified On : Wed Mar  2 18:06:35 2016
+// Update Count     : 208
 //
 
@@ -185,5 +185,5 @@
 //---------------------------------------
 
-forall( type elttype | writeable( elttype ), type iteratortype | iterator( iteratortype, elttype ), dtype ostype | ostream( ostype ) )
+forall( otype elttype | writeable( elttype ), otype iteratortype | iterator( iteratortype, elttype ), dtype ostype | ostream( ostype ) )
 void write( iteratortype begin, iteratortype end, ostype *os ) {
 	void print( elttype i ) { os | i; }
@@ -191,5 +191,5 @@
 } // ?|?
 
-forall( type elttype | writeable( elttype ), type iteratortype | iterator( iteratortype, elttype ), dtype ostype | ostream( ostype ) )
+forall( otype elttype | writeable( elttype ), otype iteratortype | iterator( iteratortype, elttype ), dtype ostype | ostream( ostype ) )
 void write_reverse( iteratortype begin, iteratortype end, ostype *os ) {
 	void print( elttype i ) { os | i; }
