Index: doc/papers/general/evaluation/cfa-stack.c
===================================================================
--- doc/papers/general/evaluation/cfa-stack.c	(revision 661214c6b8b7c19f5f12c7aea985fe5e265c5ab1)
+++ doc/papers/general/evaluation/cfa-stack.c	(revision b2e88418a9a140cb8c4fa54dea5e578f4f29cf9d)
@@ -16,5 +16,5 @@
 	stack_node(T) ** crnt = &s.head;
 	for ( stack_node(T) * next = t.head; next; next = next->next ) {
-		// *crnt = new( next->value, 0 );
+		// *crnt = new( next->value, (stack_node(T)*)0 );
 		stack_node(T)* new_node = ((stack_node(T)*)malloc());
 		(*new_node){ next->value }; /***/
