mirror of
https://github.com/vim/vim.git
synced 2025-09-27 04:14:06 -04:00
updated for version 7.4.512
Problem: Cannot generate prototypes for Win32 files and VMS. Solution: Add typedefs and #ifdef
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
#include "vim.h"
|
||||
|
||||
/* define _generic_64 for use in time functions */
|
||||
#ifndef VAX
|
||||
#if !defined(VAX) && !defined(PROTO)
|
||||
# include <gen64def.h>
|
||||
#else
|
||||
/* based on Alpha's gen64def.h; the file is absent on VAX */
|
||||
|
Reference in New Issue
Block a user