#include "semcheck.h" void Demeter_in::emit_final_msg(int kind,ostream& strm) { if (kind>SUCCESS) strm << "\nSemantic check failed." << endl; else strm << "\nSemantic check passed." << endl; } void Cd_graph::emit_intro_msg(char *cont,ostream& strm) { strm << cont << endl; }