// generate.h -- code generation and runtime
//
// Author: Ian.Piumarta@inria.fr
//
// Last edited: Thu Feb 25 19:04:37 1999 by piumarta (Ian Piumarta) on pingu

#ifndef _generate_h_
#define _generate_h_


// for the moment we have only one possibility: direct-threaded code

#include "gen-threaded.ih"


#endif _generate_h_

