mirror of
https://github.com/neovim/neovim.git
synced 2025-09-27 13:38:34 +00:00
removed vim_mkdir macro
This commit is contained in:

committed by
Thiago de Arruda

parent
96ddc0198d
commit
c1961ee0df
@@ -30,8 +30,6 @@
|
||||
# include <sys/param.h> /* defines BSD, if it's a BSD system */
|
||||
#endif
|
||||
|
||||
#define vim_mkdir(x, y) os_mkdir((char *)(x), (y))
|
||||
|
||||
/* The number of arguments to a signal handler is configured here. */
|
||||
/* It used to be a long list of almost all systems. Any system that doesn't
|
||||
* have an argument??? */
|
||||
|
Reference in New Issue
Block a user