// -*- Mode: C++ -*- // // Cforall Version 1.0.0, Copyright (C) Peter A. Buhr 2015 // // bfd.h -- // // Author : Peter A. Buhr // Created On : Thu Jan 8 15:50:56 2015 // Last Modified By : Peter A. Buhr // Last Modified On : Sat Jan 10 14:12:35 2015 // Update Count : 3 // 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: //