
#ifndef _ccpp_h_INCLUDED
#define _ccpp_h_INCLUDED

#include "Program.h"

extern Program *theProgram;

extern "C" {
    void yyparse(void);
}

#endif
