Files
lix/src
Yingchi Long 3c90340fe6 libexpr: use thread_local to make the parser thread-safe
If we call `adjustLoc`, the global variable `prev_yylloc` is shared
between threads and racy.

Currently, nix itself does not concurrently parsing files, but this is
helpful for libexpr users. (The parser is thread-safe except this.)
2023-07-03 16:05:43 +08:00
..
2023-04-28 17:03:04 +02:00
2023-04-28 17:03:04 +02:00
2021-12-17 22:03:33 +01:00