//
// 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 : Sun Jun 28 11:14:28 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.

#ifndef type	// nesting ?
#define type `type`
#define __CFA_EXPAT1_H__
#endif // type
#ifndef context	// nesting ?
#define context `context`
#define __CFA_EXPAT2_H__
#endif // context
#include_next <expat.h>
#ifdef __CFA_EXPAT1_H__
#undef type
#endif // __CFA_EXPAT_H__
#ifdef __CFA_EXPAT2_H__
#undef type
#endif // __CFA_EXPAT2_H__

// Local Variables: //
// tab-width: 4 //
// mode: c++ //
// compile-command: "make install" //
// End: //
