repo.or.cz
/
io
/
quag.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fixed a lazySlot bug where lazy slots in different objects end up pointing to the...
[io/quag.git]
/
libs
/
iovm
/
source
/
IoSeq_inline.h
blob
55f9e1a8bccc4297ca512915ab8dcb13148a5694
1
/*
2
docCopyright("Steve Dekorte", 2002)
3
docLicense("BSD revised")
4
*/
5
6
#ifdef IOSEQ_C
7
#define IO_IN_C_FILE
8
#endif
9
#include
"Common_inline.h"
10
#ifdef IO_DECLARE_INLINES
11
12
/*
13
IOINLINE int ISMUTABLESEQ(IoObject *self)
14
{
15
return ISSEQ(self) && !(IoObject_isSymbol(self));
16
}
17
*/
18
19
#undef IO_IN_C_FILE
20
#endif