wip - fixing bootstrapping issues related to objects and classes
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
This commit is contained in:
13
lib/hcl.h
13
lib/hcl.h
@ -2772,23 +2772,14 @@ HCL_EXPORT hcl_oow_t hcl_fmttobcstr (
|
||||
/* =========================================================================
|
||||
* OBJECT MANAGEMENT
|
||||
* ========================================================================= */
|
||||
HCL_EXPORT hcl_oop_t hcl_makeundef (
|
||||
HCL_EXPORT hcl_oop_t hcl_hatchundef (
|
||||
hcl_t* hcl
|
||||
);
|
||||
|
||||
HCL_EXPORT hcl_oop_t hcl_makenil (
|
||||
HCL_EXPORT hcl_oop_t hcl_hatchnil (
|
||||
hcl_t* hcl
|
||||
);
|
||||
|
||||
HCL_EXPORT hcl_oop_t hcl_maketrue (
|
||||
hcl_t* hcl
|
||||
);
|
||||
|
||||
HCL_EXPORT hcl_oop_t hcl_makefalse (
|
||||
hcl_t* hcl
|
||||
);
|
||||
|
||||
|
||||
HCL_EXPORT hcl_oop_t hcl_makecons (
|
||||
hcl_t* hcl,
|
||||
hcl_oop_t car,
|
||||
|
Reference in New Issue
Block a user