Index: src/tests/KRfunctions.c
===================================================================
--- src/tests/KRfunctions.c	(revision 3c0ec6876d671dbb074e1927d379e4ddf3911c20)
+++ src/tests/KRfunctions.c	(revision a933bcb38439addf815ea37f284b248f33fe4c6c)
@@ -1,3 +1,2 @@
-//                               -*- Mode: C -*- 
 // 
 // Cforall Version 1.0.0 Copyright (C) 2017 University of Waterloo
@@ -11,6 +10,6 @@
 // Created On       : Thu Feb 16 15:23:17 2017
 // Last Modified By : Peter A. Buhr
-// Last Modified On : Thu Feb 16 15:25:52 2017
-// Update Count     : 2
+// Last Modified On : Wed May 24 22:05:00 2017
+// Update Count     : 3
 // 
 
Index: src/tests/complex.c
===================================================================
--- src/tests/complex.c	(revision 3c0ec6876d671dbb074e1927d379e4ddf3911c20)
+++ src/tests/complex.c	(revision a933bcb38439addf815ea37f284b248f33fe4c6c)
@@ -1,2 +1,17 @@
+// 
+// Cforall Version 1.0.0 Copyright (C) 2017 University of Waterloo
+//
+// The contents of this file are covered under the licence agreement in the
+// file "LICENCE" distributed with Cforall.
+// 
+// complex.c -- 
+// 
+// Author           : Peter A. Buhr
+// Created On       : Wed May 24 22:07:31 2017
+// Last Modified By : Peter A. Buhr
+// Last Modified On : Wed May 24 22:08:01 2017
+// Update Count     : 1
+// 
+
 #include <stdio.h>
 #include <complex.h>
@@ -20,2 +35,7 @@
 #endif // __CFA
 }
+
+// Local Variables: //
+// tab-width: 4 //
+// compile-command: "cfa complex.c" //
+// End: //
Index: src/tests/gmp.c
===================================================================
--- src/tests/gmp.c	(revision 3c0ec6876d671dbb074e1927d379e4ddf3911c20)
+++ src/tests/gmp.c	(revision a933bcb38439addf815ea37f284b248f33fe4c6c)
@@ -10,6 +10,6 @@
 // Created On       : Tue Apr 19 08:55:51 2016
 // Last Modified By : Peter A. Buhr
-// Last Modified On : Mon May 22 09:05:09 2017
-// Update Count     : 538
+// Last Modified On : Wed May 24 22:05:38 2017
+// Update Count     : 540
 // 
 
@@ -88,5 +88,5 @@
 	sout | (int)0 | fact | endl;
 	for ( unsigned int i = 1; i <= 40; i += 1 ) {
-		fact = fact * i;								// general case
+		fact *= i;										// general case
 		sout | i | fact | endl;
 	} // for
@@ -94,5 +94,5 @@
 
 // Local Variables: //
-// mode: c //
 // tab-width: 4 //
+// compile-command: "cfa gmp.c -l gmp" //
 // End: //
Index: src/tests/numericConstants.c
===================================================================
--- src/tests/numericConstants.c	(revision 3c0ec6876d671dbb074e1927d379e4ddf3911c20)
+++ src/tests/numericConstants.c	(revision a933bcb38439addf815ea37f284b248f33fe4c6c)
@@ -1,2 +1,17 @@
+// 
+// Cforall Version 1.0.0 Copyright (C) 2015 University of Waterloo
+//
+// The contents of this file are covered under the licence agreement in the
+// file "LICENCE" distributed with Cforall.
+// 
+// numericConstants.c -- 
+// 
+// Author           : Peter A. Buhr
+// Created On       : Wed May 24 22:10:36 2017
+// Last Modified By : Peter A. Buhr
+// Last Modified On : Wed May 24 22:11:36 2017
+// Update Count     : 2
+// 
+
 int main() {
 	1;							// decimal
@@ -48,3 +63,8 @@
 	0x_ff.ffp0;					// hex real
 	0x_1.ffff_ffff_p_128_l;
-}
+} // main
+
+// Local Variables: //
+// tab-width: 4 //
+// compile-command: "cfa minmax.c" //
+// End: //
Index: src/tests/rational.c
===================================================================
--- src/tests/rational.c	(revision 3c0ec6876d671dbb074e1927d379e4ddf3911c20)
+++ src/tests/rational.c	(revision a933bcb38439addf815ea37f284b248f33fe4c6c)
@@ -10,6 +10,6 @@
 // Created On       : Mon Mar 28 08:43:12 2016
 // Last Modified By : Peter A. Buhr
-// Last Modified On : Mon May 15 21:32:22 2017
-// Update Count     : 64
+// Last Modified On : Wed May 17 15:46:35 2017
+// Update Count     : 65
 // 
 
