Index: libcfa/prelude/prelude-gen.cc
===================================================================
--- libcfa/prelude/prelude-gen.cc	(revision 34737de740e2e26a5572e02ff18b44f650d8cae8)
+++ libcfa/prelude/prelude-gen.cc	(revision 6fd195572c21d131b70087819d102d7077cc521b)
@@ -10,6 +10,6 @@
 // Created On       : Sat Feb 16 08:44:58 2019
 // Last Modified By : Peter A. Buhr
-// Last Modified On : Mon Feb 18 09:47:33 2019
-// Update Count     : 22
+// Last Modified On : Fri Mar  8 16:00:22 2019
+// Update Count     : 26
 // 
 
@@ -287,6 +287,6 @@
 	cout << "forall(ftype FT) FT *			?=?( FT *	   &, zero_t );" << endl;
 	cout << "forall(ftype FT) FT *			?=?( FT * volatile &, zero_t );" << endl;
-	cout << "forall( ftype FT ) void	?{}( FT *	   & );" << endl;
-	cout << "forall( ftype FT ) void	^?{}( FT *	   & );" << endl;
+	cout << "forall(ftype FT) void	?{}( FT *	   & );" << endl;
+	cout << "forall(ftype FT) void	^?{}( FT *	   & );" << endl;
 	cout << endl;
 
@@ -295,11 +295,10 @@
 	cout << "///////////////////////" << endl;
 
-	cout << "forall( ftype FT ) FT *			?=?( FT *&, FT * );" << endl;
-	cout << "forall( ftype FT ) FT *			?=?( FT * volatile &, FT * );" << endl;
-	cout << "forall( ftype FT ) int !?( FT * );" << endl;
-	cout << "forall( ftype FT ) signed int ?==?( FT *, FT * );" << endl;
-	cout << "forall( ftype FT ) signed int ?!=?( FT *, FT * );" << endl;
-	cout << "forall( ftype FT ) FT &		 *?( FT * );" << endl;
-
+	cout << "forall(ftype FT) FT *			?=?( FT *&, FT * );" << endl;
+	cout << "forall(ftype FT) FT *			?=?( FT * volatile &, FT * );" << endl;
+	cout << "forall(ftype FT) int !?( FT * );" << endl;
+	cout << "forall(ftype FT) signed int ?==?( FT *, FT * );" << endl;
+	cout << "forall(ftype FT) signed int ?!=?( FT *, FT * );" << endl;
+	cout << "forall(ftype FT) FT &		 *?( FT * );" << endl;
 
 	for (auto op : pointerOperators) {
