@@ -82,7 +82,8 @@ static const char *static_strings[] = {
"not_eof",
"length",
"type",
- "exit_status"
+ "exit_status",
+ "size"
};
static NCD_string_id_t do_get (NCDStringIndex *o, const char *str, size_t str_len)
@@ -63,7 +63,8 @@ enum {
NCD_STRING_NOT_EOF,
NCD_STRING_LENGTH,
NCD_STRING_TYPE,
- NCD_STRING_EXIT_STATUS
+ NCD_STRING_EXIT_STATUS,
+ NCD_STRING_SIZE
#endif