fixed the lvalue check in the assignment list in read.c
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
touched up fnblk handling in comp.c updated more code in hcl-x.c
This commit is contained in:
@ -38,7 +38,9 @@ enum hcl_xpkt_type_t
|
||||
HCL_XPKT_STDOUT,
|
||||
|
||||
HCL_XPKT_LIST_WORKERS,
|
||||
HCL_XPKT_KILL_WORKER
|
||||
HCL_XPKT_KILL_WORKER,
|
||||
|
||||
HCL_XPKT_DISCONNECT
|
||||
};
|
||||
typedef enum hcl_xpkt_type_t hcl_xpkt_type_t;
|
||||
|
||||
|
Reference in New Issue
Block a user