Var: separating nxt_tstr_t from nxt_var_t.
It's for the introduction of njs support. For each option that supports native variable and JS template literals introduced next, it's unified as template string. No functional changes.
This commit is contained in:
@@ -34,6 +34,7 @@ NXT_LIB_SRCS=" \
|
||||
src/nxt_parse.c \
|
||||
src/nxt_sprintf.c \
|
||||
src/nxt_var.c \
|
||||
src/nxt_tstr.c \
|
||||
src/nxt_file_name.c \
|
||||
src/nxt_log.c \
|
||||
src/nxt_djb_hash.c \
|
||||
|
||||
Reference in New Issue
Block a user