factor/vm/os-solaris.cpp

12 lines
97 B
C++
Raw Normal View History

2009-05-02 05:04:19 -04:00
#include "master.hpp"
2009-05-04 02:46:13 -04:00
namespace factor
{
2009-05-05 12:33:35 -04:00
const char *vm_executable_path()
2009-05-02 05:04:19 -04:00
{
return NULL;
}
2009-05-04 02:46:13 -04:00
}