Fixed a lazySlot bug where lazy slots in different objects end up pointing to the...
[io/quag.git] / libs / iovm / source / IoMessage_opShuffle.h
blob8f2e0f51dd3a9fd4b48f462cfc28a7bb5be897cc
1 /*
2 docCopyright("Jonathan Wright", 2006)
3 docLicense("BSD revised")
4 */
6 #ifndef IOMESSAGE_OPSHUFFLE_DEFINED
7 #define IOMESSAGE_OPSHUFFLE_DEFINED 1
9 #include "IoMessage.h"
11 #ifdef __cplusplus
12 extern "C" {
13 #endif
15 IoMessage *IoMessage_opShuffle(IoMessage *self, IoObject *locals, IoMessage *m);
16 void IoMessage_opShuffle_(IoMessage *self);
18 #ifdef __cplusplus
20 #endif
21 #endif