#include "Col.ph" #ifdef __GNUG__ #pragma implementation #endif #include "Exception.h" ExceptionContext *gException; void Throw(int code) { if (gException) siglongjmp(gException->buf, code); }