// // 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. // // bfdlink.h -- // // Author : Peter A. Buhr // Created On : Tue Jul 18 07:26:04 2017 // Last Modified By : Peter A. Buhr // Last Modified On : Sat Feb 1 07:15:29 2020 // Update Count : 5 // // include file uses the CFA keyword "with". #if ! defined( with ) // nesting ? #define with ``with`` // make keyword an identifier #define __CFA_BFDLINK_H__ #endif #include_next // has internal check for multiple expansion #if defined( with ) && defined( __CFA_BFDLINK_H__ ) // reset only if set #undef with #undef __CFA_BFDLINK_H__ #endif // Local Variables: // // tab-width: 4 // // mode: c++ // // compile-command: "make install" // // End: //