Fixed a lazySlot bug where lazy slots in different objects end up pointing to the...
[io/quag.git] / libs / iovm / source / IoSeq_inline.h
blob55f9e1a8bccc4297ca512915ab8dcb13148a5694
1 /*
2 docCopyright("Steve Dekorte", 2002)
3 docLicense("BSD revised")
4 */
6 #ifdef IOSEQ_C
7 #define IO_IN_C_FILE
8 #endif
9 #include "Common_inline.h"
10 #ifdef IO_DECLARE_INLINES
13 IOINLINE int ISMUTABLESEQ(IoObject *self)
15 return ISSEQ(self) && !(IoObject_isSymbol(self));
19 #undef IO_IN_C_FILE
20 #endif