]> granicus.if.org Git - onig/commitdiff
move comment
authorK.Kosako <kosako@sofnec.co.jp>
Thu, 8 Jun 2017 07:39:38 +0000 (16:39 +0900)
committerK.Kosako <kosako@sofnec.co.jp>
Thu, 8 Jun 2017 07:39:38 +0000 (16:39 +0900)
src/regparse.h

index cafce44f3de09dec1ae8c7220f4122c01f301c9b..00cbb6dc5d201828bde11854d7c72a9829c06efa 100644 (file)
@@ -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;