mirror of
https://github.com/vim/vim.git
synced 2025-09-23 03:43:49 -04:00
patch 8.2.2401: build fails without +profiling feature
Problem: Build fails without +profiling feature. Solution: Add #ifdefs.
This commit is contained in:
@@ -1906,6 +1906,11 @@ typedef struct {
|
||||
proftime_T pi_call_start;
|
||||
} profinfo_T;
|
||||
|
||||
# else
|
||||
typedef struct
|
||||
{
|
||||
int dummy;
|
||||
} profinfo_T;
|
||||
# endif
|
||||
#else
|
||||
// dummy typedefs for use in function prototypes
|
||||
|
Reference in New Issue
Block a user