//
// 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.cpp --
//
// Author           : Rob Schluntz
// Created On       : Mon Ju1 30 10:47:01 2018
// Last Modified By : Peter A. Buhr
// Last Modified On : Sat Mar  7 15:43:02 2026
// Update Count     : 11
//

#include "config.h"

int
	astp = false,
	bresolverp = false,
	bboxp = false,
	bcodegenp = false,
	ctordtorp = false,
	declstatsp = false,
	excpdeclp = false,
	expraltp = false,
	expranlp = false,
	instgenp = false,
	invariant = false,
	libcfap = false,
	nopreludep = false,
	genproto = false,
	deterministic_output = false,
	useNewAST = true,
	nomainp = false,
	resolvep = false,
	resolvprotop = false,
	symtabp = false,
	treep = false,
	tuplep = false,
	valideclp = false,
	errorp = false,
	codegenp = false,
	prettycodegenp = false,
	linemarks = false,
	reppseu = false;

// Local Variables: //
// tab-width: 4 //
// mode: c++ //
// compile-command: "make install" //
// End:  //
