a
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
#ifndef OBARRAY_H
|
||||
#define OBARRAY_H
|
||||
|
||||
#define SCM_OBARRAY_P(x) (SCM_HAS_TYP7 (x, scm_tc7_weak_set))
|
||||
|
||||
SCM scm_obarray_insert ()
|
||||
|
||||
#endif /* OBARRAY_H */
|
||||
Reference in New Issue
Block a user