// -*- 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 #undef type // Local Variables: // // compile-command: "make install" // // End: //