removed vim_mkdir macro

This commit is contained in:
Stefan Hoffmann
2014-04-08 22:32:14 +02:00
committed by Thiago de Arruda
parent 96ddc0198d
commit c1961ee0df
5 changed files with 8 additions and 20 deletions

View File

@@ -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??? */