renamed the remaing SYNCODE stuffs to CONCODE something

This commit is contained in:
2024-10-03 21:52:32 +09:00
parent 1e97a324ec
commit 0dbaa264f7
2 changed files with 15 additions and 11 deletions

View File

@ -25,6 +25,7 @@
#include "hcl-prv.h"
#include <stdio.h>
#define PRINT_STACK_ALIGN 128
enum
@ -529,7 +530,7 @@ next:
/* this part is to print a linked list of cells. ignore the
* request to output in the json format */
concode = HCL_OBJ_GET_FLAGS_SYNCODE(obj);
concode = HCL_OBJ_GET_FLAGS_CONCODE(obj);
if (hcl_bfmt_out(hcl, fmtout, opening_parens[concode][0]) <= -1) return -1;
cur = obj;