WIP - multi-variable assigment. experimental convertion from := to set/set-r done
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
@ -166,7 +166,8 @@ enum hcl_synerrnum_t
|
||||
HCL_SYNERR_UNBALPBB, /* unbalanced parenthesis/brace/bracket */
|
||||
HCL_SYNERR_SEMICOLON, /* unexpected semicolon */
|
||||
HCL_SYNERR_BLOCK, /* block expression expected */
|
||||
HCL_SYNERR_BLOCKBANNED /* block expression disallowed */
|
||||
HCL_SYNERR_BLOCKBANNED, /* block expression disallowed */
|
||||
HCL_SYNERR_LVALUE /* invalid lvalue */
|
||||
};
|
||||
typedef enum hcl_synerrnum_t hcl_synerrnum_t;
|
||||
|
||||
|
Reference in New Issue
Block a user