vm: fix typos

release
Slava Pestov 2010-03-29 02:27:45 -04:00
parent 43b2e02534
commit 946b7415e0
3 changed files with 6 additions and 4 deletions

View File

@ -3,7 +3,7 @@
namespace factor
{
pthread_key_t current_vm_tls_key = 0;
pthread_key_t current_vm_tls_key;
void init_mvm()
{

View File

@ -1,8 +1,10 @@
#include "master.cpp"
#include "master.hpp"
namespace factor
{
std::map<THREADHANDLE, factor_vm*> thread_vms;
struct startargs {
int argc;
vm_char **argv;