remove DO_AUTOCHDIR

This commit is contained in:
aph
2014-04-01 19:52:48 +01:00
committed by Thiago de Arruda
parent 94013a73f7
commit 535c450c72
5 changed files with 13 additions and 12 deletions

View File

@@ -184,6 +184,4 @@
# define MB_CHAR2LEN(c) (has_mbyte ? mb_char2len(c) : 1)
# define PTR2CHAR(p) (has_mbyte ? mb_ptr2char(p) : (int)*(p))
# define DO_AUTOCHDIR if (p_acd) do_autochdir();
# define RESET_BINDING(wp) (wp)->w_p_scb = FALSE; (wp)->w_p_crb = FALSE