changed the superclass marker from '::' to ':'
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
@ -2548,7 +2548,7 @@ static int compile_class (hcl_t* hcl, hcl_cnode_t* src)
|
||||
}
|
||||
|
||||
tmp = HCL_CNODE_CONS_CAR(obj);
|
||||
if (/*HCL_CNODE_IS_COLON(tmp) || */HCL_CNODE_IS_DBLCOLONS(tmp))
|
||||
if (HCL_CNODE_IS_COLON(tmp)) /* check for superclass marker */
|
||||
{
|
||||
hcl_cnode_t* marker;
|
||||
|
||||
|
Reference in New Issue
Block a user