WIP - updating pascal wrapper with its own cci handler
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2024-02-13 00:57:30 +09:00
parent f85dd54040
commit a4d8d8e2a5
14 changed files with 339 additions and 85 deletions

View File

@ -3467,8 +3467,8 @@ static int cci_handler (hcl_t* hcl, hcl_io_cmd_t cmd, void* arg)
return 0;
case HCL_IO_READ_BYTES: /* byte input prohibited */
case HCL_IO_WRITE: /* character output prohibit */
case HCL_IO_WRITE_BYTES: /* byte output prohibit */
case HCL_IO_WRITE: /* character output prohibited */
case HCL_IO_WRITE_BYTES: /* byte output prohibited */
default:
hcl_seterrnum (hcl, HCL_EINTERN);
return -1;