mirror of
https://github.com/vim/vim.git
synced 2025-09-29 04:34:16 -04:00
patch 9.0.0477: missing dependency may cause crashes on incomplete build
Problem: Missing dependency may cause crashes on incomplete build. Solution: Add dependency.
This commit is contained in:
@@ -20,6 +20,11 @@
|
||||
# include <float.h>
|
||||
#endif
|
||||
|
||||
// When not generating protos this is included in proto.h
|
||||
#ifdef PROTO
|
||||
# include "vim9.h"
|
||||
#endif
|
||||
|
||||
/*
|
||||
* Allocate memory for a type_T and add the pointer to type_gap, so that it can
|
||||
* be easily freed later.
|
||||
|
Reference in New Issue
Block a user