diff options
Diffstat (limited to 'src/macros.h')
-rw-r--r-- | src/macros.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/macros.h b/src/macros.h index 361f5a0421..8199dd41a3 100644 --- a/src/macros.h +++ b/src/macros.h @@ -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 |