Fixed a lazySlot bug where lazy slots in different objects end up pointing to the...
[io/quag.git] / libs / iovm / source / IoCollector.h
blob4bb4e8c31b71b39b932cc2c307dae55b674c694a
1 /*#io
2 Collector ioDoc(
3 docCopyright("Steve Dekorte", 2002)
4 docLicense("BSD revised")
5 */
7 #ifndef IoCollector_DEFINED
8 #define IoCollector_DEFINED 1
10 #include "IoObject.h"
12 #ifdef __cplusplus
13 extern "C" {
14 #endif
16 IoObject *IoCollector_proto(void *state);
18 #ifdef __cplusplus
20 #endif
21 #endif