diff --git a/lib/comp.c b/lib/comp.c index cf9e955..f7f67bc 100644 --- a/lib/comp.c +++ b/lib/comp.c @@ -2391,6 +2391,7 @@ static int compile_lambda (hcl_t* hcl, hcl_cnode_t* src, int defun) if ((HCL_CNODE_IS_TRPCOLONS(defun_name) || HCL_CNODE_IS_DCSTAR(defun_name))) { /* class method - (defun ::: xxxx () ...) inside class definition */ + /* class instantiation method - (defun ::* xxxx () ...) inside class definition */ obj = HCL_CNODE_CONS_CDR(obj); if (!obj) {