From: K.Kosako Date: Thu, 8 Jun 2017 07:39:38 +0000 (+0900) Subject: move comment X-Git-Tag: v6.4.0~1^2~120 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=dccf938aa4802fae4177ddacf78d69db4447e7f2;p=onig move comment --- diff --git a/src/regparse.h b/src/regparse.h index cafce44..00cbb6d 100644 --- a/src/regparse.h +++ b/src/regparse.h @@ -221,12 +221,11 @@ typedef struct { typedef struct { int node_type; int status; - struct _Node* body; + struct _Node* body; /* to EncloseNode : ENCLOSE_MEMORY */ int group_num; UChar* name; UChar* name_end; - /* struct _Node* target; EncloseNode : ENCLOSE_MEMORY */ UnsetAddrList* unset_addr_list; } CallNode;