one line of comment in lib/comp.c
This commit is contained in:
parent
6176361121
commit
4f37815caf
@ -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)))
|
if ((HCL_CNODE_IS_TRPCOLONS(defun_name) || HCL_CNODE_IS_DCSTAR(defun_name)))
|
||||||
{
|
{
|
||||||
/* class method - (defun ::: xxxx () ...) inside class definition */
|
/* class method - (defun ::: xxxx () ...) inside class definition */
|
||||||
|
/* class instantiation method - (defun ::* xxxx () ...) inside class definition */
|
||||||
obj = HCL_CNODE_CONS_CDR(obj);
|
obj = HCL_CNODE_CONS_CDR(obj);
|
||||||
if (!obj)
|
if (!obj)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user