mirror of
https://github.com/kovidgoyal/kitty
synced 2026-06-08 22:28:24 +02:00
Move uthash into 3rdparty
This commit is contained in:
0
kitty/uthash.h → 3rdparty/uthash.h
vendored
0
kitty/uthash.h → 3rdparty/uthash.h
vendored
@@ -9,4 +9,4 @@
|
|||||||
#include "data-types.h"
|
#include "data-types.h"
|
||||||
#define uthash_fatal(msg) fatal(msg)
|
#define uthash_fatal(msg) fatal(msg)
|
||||||
#define hash_handle_type UT_hash_handle
|
#define hash_handle_type UT_hash_handle
|
||||||
#include "uthash.h"
|
#include "../3rdparty/uthash.h"
|
||||||
|
|||||||
Reference in New Issue
Block a user