Index: tests/numericConstants.cfa
===================================================================
--- tests/numericConstants.cfa	(revision 1f86d5e0e812ef5df6a8c2b48266487b25b5362a)
+++ tests/numericConstants.cfa	(revision ba01b142553f364d8b98d056e7a939ef20820f41)
@@ -10,6 +10,6 @@
 // Created On       : Wed May 24 22:10:36 2017
 // Last Modified By : Peter A. Buhr
-// Last Modified On : Tue Nov  6 17:59:53 2018
-// Update Count     : 3
+// Last Modified On : Tue Feb  5 08:58:16 2019
+// Update Count     : 5
 // 
 
@@ -67,4 +67,4 @@
 // Local Variables: //
 // tab-width: 4 //
-// compile-command: "cfa minmax.cfa" //
+// compile-command: "cfa numericConstants.cfa" //
 // End: //
Index: tests/sum.cfa
===================================================================
--- tests/sum.cfa	(revision 1f86d5e0e812ef5df6a8c2b48266487b25b5362a)
+++ tests/sum.cfa	(revision ba01b142553f364d8b98d056e7a939ef20820f41)
@@ -11,12 +11,10 @@
 // Created On       : Wed May 27 17:56:53 2015
 // Last Modified By : Peter A. Buhr
-// Last Modified On : Sun Dec 23 23:00:38 2018
-// Update Count     : 287
+// Last Modified On : Sat Feb  9 15:38:48 2019
+// Update Count     : 293
 //
 
 #include <fstream.hfa>
 #include <stdlib.hfa>
-
-void ?{}( int & c, zero_t ) { c = 0; }					// not in prelude
 
 trait sumable( otype T ) {
@@ -44,4 +42,5 @@
 // Not in prelude.
 void ?{}( unsigned char & c, zero_t ) { c = 0; }
+void ?{}( int & i, zero_t ) { i = 0; }
 void ?{}( float & f, zero_t ) { f = 0.0; }
 void ?{}( double & d, zero_t ) { d = 0.0; }
