// // Cforall Version 1.0.0 Copyright (C) 2016 University of Waterloo // // The contents of this file are covered under the licence agreement in the // file "LICENCE" distributed with Cforall. // // assert.h -- // // Author : Peter A. Buhr // Created On : Mon Jul 4 23:25:26 2016 // Last Modified By : Peter A. Buhr // Last Modified On : Tue Jul 5 20:34:23 2016 // Update Count : 8 // #ifdef __CFORALL__ extern "C" { #endif //__CFORALL__ // has internal check for multiple expansion #include_next #ifdef __CFORALL__ } // extern "C" #endif //__CFORALL__ // Local Variables: // // tab-width: 4 // // mode: c++ // // compile-command: "make install" // // End: //