#ifndef SHIVA_H #define SHIVA_H #define BACKLOG 10 /* listen() */ namespace scm { /* We do this because the OP_* symbols in tinyscheme clash with trb's script ops */ #include "shiva/scheme-private.h" } void ThreadShiva(void* parg); #endif