mirror of
https://github.com/neovim/neovim.git
synced 2025-10-01 07:28:34 +00:00
fix(ci): don't enrage the CI Gods by calling a file 'core.*'
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
#ifndef MPACK_CONV_H
|
||||
#define MPACK_CONV_H
|
||||
|
||||
#include "core.h"
|
||||
#include "mpack_core.h"
|
||||
|
||||
#if ULLONG_MAX == 0xffffffffffffffff
|
||||
typedef long long mpack_sintmax_t;
|
||||
|
Reference in New Issue
Block a user