corda/src/builtin.h

14 lines
161 B
C
Raw Normal View History

2007-07-06 17:50:26 -06:00
#ifndef BUITLIN_H
#define BUITLIN_H
2007-07-06 17:50:26 -06:00
#include "machine.h"
namespace vm {
void
populateBuiltinMap(Thread* t, object map);
} // namespace vm
2007-07-06 17:50:26 -06:00
#endif//BUILTIN_H