Index: libcfa/src/Makefile.am
===================================================================
--- libcfa/src/Makefile.am	(revision a87d40be1f61441199d1d675e3bd4836a20c7072)
+++ libcfa/src/Makefile.am	(revision 20b461f6dfaa34bf6956e7c62dbbe5430a1fb554)
@@ -11,6 +11,6 @@
 ## Created On       : Sun May 31 08:54:01 2015
 ## Last Modified By : Peter A. Buhr
-## Last Modified On : Tue Jul 24 17:25:39 2018
-## Update Count     : 240
+## Last Modified On : Mon Jul 15 22:43:27 2019
+## Update Count     : 241
 ###############################################################################
 
@@ -22,5 +22,5 @@
 
 libdir = ${CFA_LIBDIR}
-lib_LTLIBRARIES =  libcfa.la
+lib_LTLIBRARIES = libcfa.la
 
 VPATH += :../prelude
Index: bcfa/src/expat.h
===================================================================
--- libcfa/src/expat.h	(revision a87d40be1f61441199d1d675e3bd4836a20c7072)
+++ 	(revision )
@@ -1,43 +1,0 @@
-//
-// 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.
-//
-// expat.h -- 
-//
-// Author           : Peter A. Buhr
-// Created On       : Sun Jun 28 11:10:15 2015
-// Last Modified By : Peter A. Buhr
-// Last Modified On : Mon Dec 21 08:57:26 2015
-// Update Count     : 4
-
-// This include file uses the CFA keyword "type" as a field name of a structure.
-
-#if ! defined( type )									// nesting ?
-#define type `type`
-#define __CFA_EXPAT1_H__
-#endif // ! type
-
-#if ! defined( context )								// nesting ?
-#define context `context`
-#define __CFA_EXPAT2_H__
-#endif // ! context
-
-#include_next <expat.h>									// has internal check for multiple expansion
-
-#if defined( type ) && defined( __CFA_EXPAT1_H__ )		// reset only if set
-#undef type
-#undef __CFA_EXPAT1_H__
-#endif // type && __CFA_EXPAT1_H__
-
-#if defined( context ) && defined( __CFA_EXPAT2_H__ )	// reset only if set
-#undef context
-#undef __CFA_EXPAT2_H__
-#endif // context && __CFA_EXPAT2_H__
-
-// Local Variables: //
-// tab-width: 4 //
-// mode: c++ //
-// compile-command: "make install" //
-// End: //
