The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
#include "tkInt.h"
#include "tkInt_f.h"
static TkintVtab TkintVtable =
{
#define VFUNC(type,name,mem,args) name,
#define VVAR(type,name,mem)      &name,
#include "tkInt.t"
#undef VFUNC
#undef VVAR
};
TkintVtab *TkintVptr;
TkintVtab *TkintVGet() { return TkintVptr = &TkintVtable;}