From 4f37815caff5468eb7f7575e34fd046ba3fb71fe Mon Sep 17 00:00:00 2001 From: hyung-hwan Date: Mon, 14 Mar 2022 00:01:07 +0000 Subject: [PATCH] one line of comment in lib/comp.c --- lib/comp.c | 1 + 1 file changed, 1 insertion(+) 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) {