Index: include/bfd.h
===================================================================
--- include/bfd.h	(revision 991bd3169e80796219593ac6e01b7f8dd6f61959)
+++ include/bfd.h	(revision 991bd3169e80796219593ac6e01b7f8dd6f61959)
@@ -0,0 +1,22 @@
+//                              -*- Mode: C++ -*- 
+// 
+// Cforall Version 1.0.0, Copyright (C) Peter A. Buhr 2015
+// 
+// bfd.h -- 
+// 
+// Author           : Peter A. Buhr
+// Created On       : Thu Jan  8 15:50:56 2015
+// Last Modified By : Peter A. Buhr
+// Last Modified On : Sat Jan 10 14:12:35 2015
+// Update Count     : 3
+
+// This include file uses the CFA keyword "type" as a field name of a structure.
+// The name is changed only for the include file.
+
+#define type `type`
+#include_next <math.h>
+#undef type
+
+// Local Variables: //
+// compile-command: "make install" //
+// End: //
Index: include/math.h
===================================================================
--- include/math.h	(revision 991bd3169e80796219593ac6e01b7f8dd6f61959)
+++ include/math.h	(revision 991bd3169e80796219593ac6e01b7f8dd6f61959)
@@ -0,0 +1,22 @@
+//                              -*- Mode: C++ -*- 
+// 
+// Cforall Version 1.0.0, Copyright (C) Peter A. Buhr 2014
+// 
+// math.h -- 
+// 
+// Author           : Peter A. Buhr
+// Created On       : Mon Nov 10 23:41:29 2014
+// Last Modified By : Peter A. Buhr
+// Last Modified On : Sat Jan 10 14:12:21 2015
+// Update Count     : 2
+
+// This include file uses the CFA keyword "type" as a field name of a structure.
+// The name is changed only for the include file.
+
+#define type `type`
+#include_next <math.h>
+#undef type
+
+// Local Variables: //
+// compile-command: "make install" //
+// End: //
