mirror of
https://github.com/zeek/zeek.git
synced 2025-10-05 16:18:19 +00:00
Fixed usages of path_list_separator
This commit is contained in:
parent
4043b67e0b
commit
dfd6cbe6b4
3 changed files with 6 additions and 6 deletions
|
@ -78,9 +78,9 @@ extern HeapLeakChecker* heap_checker;
|
|||
#endif
|
||||
|
||||
#if defined(_MSC_VER)
|
||||
const char path_list_separator = ';';
|
||||
inline constexpr std::string_view path_list_separator = ";";
|
||||
#else
|
||||
const char path_list_separator = ':';
|
||||
inline constexpr std::string_view path_list_separator = ":";
|
||||
#endif
|
||||
|
||||
extern "C"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue