This commit is contained in:
2026-05-18 07:07:19 -06:00
parent 11bfd20e5d
commit 4ef6788029
5 changed files with 103 additions and 3 deletions
+8
View File
@@ -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 */