// // Cforall Version 1.0.0 Copyright (C) 2018 University of Waterloo // // The contents of this file are covered under the licence agreement in the // file "LICENCE" distributed with Cforall. // // CompilationState.cc -- // // Author : Rob Schluntz // Created On : Mon Ju1 30 10:47:01 2018 // Last Modified By : Rob Schluntz // Last Modified On : Mon Ju1 30 10:46:25 2018 // Update Count : 2 // bool astp = false, bresolvep = false, bboxp = false, bcodegenp = false, ctorinitp = false, declstatsp = false, exprp = false, expraltp = false, genericsp = false, libcfap = false, nopreludep = false, noprotop = false, nomainp = false, parsep = false, resolvep = false, symtabp = false, treep = false, tuplep = false, validp = false, errorp = false, codegenp = false, prettycodegenp = false, linemarks = false; // bootstrapping: // libcfap || treep // Local Variables: // // tab-width: 4 // // mode: c++ // // compile-command: "make install" // // End: //