Index: libcfa/prelude/builtins.c
===================================================================
--- libcfa/prelude/builtins.c	(revision 2909b515da780ffca5028f3b4173e37403df5629)
+++ libcfa/prelude/builtins.c	(revision 0a25c347642e7431f93ca325d0c1043a69fc91f5)
@@ -10,6 +10,6 @@
 // Created On       : Fri Jul 21 16:21:03 2017
 // Last Modified By : Peter A. Buhr
-// Last Modified On : Tue Jun 25 18:06:52 2019
-// Update Count     : 97
+// Last Modified On : Thu Nov 21 16:31:39 2019
+// Update Count     : 101
 //
 
@@ -69,6 +69,5 @@
 
 // universal typed pointer constant
-// Compiler issue: there is a problem with anonymous types that do not have a size.
-static inline forall( dtype DT | sized(DT) ) DT * intptr( uintptr_t addr ) { return (DT *)addr; }
+static inline forall( dtype DT ) DT * intptr( uintptr_t addr ) { return (DT *)addr; }
 
 // exponentiation operator implementation
