Index: src/prelude/prelude.cf
===================================================================
--- src/prelude/prelude.cf	(revision 45c43e563b69c17c6ac72ff5332c98c7024a0917)
+++ src/prelude/prelude.cf	(revision b91e8c122c0ea2e20c8b5f1316b4965f390b042d)
@@ -7,6 +7,6 @@
 // Created On       : Sat Nov 29 07:23:41 2014
 // Last Modified By : Peter A. Buhr
-// Last Modified On : Sat Oct 28 16:33:09 2017
-// Update Count     : 102
+// Last Modified On : Sun Apr 22 13:21:47 2018
+// Update Count     : 103
 //
 
@@ -142,9 +142,9 @@
 		!?( float _Complex ),		!?( double _Complex ),		!?( long double _Complex );
 
-forall ( dtype DT ) int !?(                DT * );
-forall ( dtype DT ) int !?( const          DT * );
-forall ( dtype DT ) int !?(       volatile DT * );
-forall ( dtype DT ) int !?( const volatile DT * );
-forall ( ftype FT ) int !?( FT * );
+forall( dtype DT ) int !?(                DT * );
+forall( dtype DT ) int !?( const          DT * );
+forall( dtype DT ) int !?(       volatile DT * );
+forall( dtype DT ) int !?( const volatile DT * );
+forall( ftype FT ) int !?( FT * );
 
 // ------------------------------------------------------------
