Make it work with flake.nix
This commit is contained in:
@@ -124,6 +124,7 @@ extern std::unordered_map<std::string, LSP> lsps;
|
||||
#define ABS(x) ((x) < 0 ? -(x) : (x))
|
||||
#define UNUSED(x) (void)(x)
|
||||
#define USING(x) UNUSED(sizeof(x))
|
||||
#define CTRL(x) ((x) & 0x1f)
|
||||
|
||||
inline uint32_t HEX(const std::string &s) {
|
||||
if (s.empty())
|
||||
|
||||
Reference in New Issue
Block a user