Empty vm struct

db4
Phil Dawes 2009-08-17 21:37:04 +01:00
parent 1b349f6be7
commit caefc7aff9
2 changed files with 11 additions and 0 deletions

2
vm/master.hpp Normal file → Executable file
View File

@ -74,4 +74,6 @@
#include "factor.hpp"
#include "utilities.hpp"
#include "vm.hpp"
#endif /* __FACTOR_MASTER_H__ */

9
vm/vm.hpp Normal file
View File

@ -0,0 +1,9 @@
namespace factor
{
struct factorvm {
};
extern factorvm *vm;
}