summaryrefslogtreecommitdiffstats
path: root/Tools/modulator/Templates/module_head
blob: d1fafdc37b2d46412e15e8a9137192edba50db15 (plain)
1
2
3
4
5
6
7

#include "allobjects.h"
#include "modsupport.h"		/* For getargs() etc. */

static object *ErrorObject;

/* ----------------------------------------------------- */