renamed hcl_purgeatdic() to hcl_zapatdic()
exposed hcl_moveoop() extended the meaning of the kernel bits in the object flags extended hcl_pfbase_t to include the type - one of HCL_PFBASE_FUNC, HCL_PFBASE_VAR, HCL_PFBASE_CONST. HCL_PFBASE_CONST not fully implemented yet
This commit is contained in:
@ -488,7 +488,7 @@ int hcl_addbuiltinprims (hcl_t* hcl)
|
||||
/* turn on the kernel bit in the symbol associated with a primitive
|
||||
* function. 'set' prevents this symbol from being used as a variable
|
||||
* name */
|
||||
HCL_OBJ_SET_FLAGS_KERNEL (name, 1);
|
||||
HCL_OBJ_SET_FLAGS_KERNEL (name, 2);
|
||||
}
|
||||
|
||||
return 0;
|
||||
|
Reference in New Issue
Block a user