diff options
Diffstat (limited to 'Src/Zle/zle.h')
-rw-r--r-- | Src/Zle/zle.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Src/Zle/zle.h b/Src/Zle/zle.h index a91d84400..1fd6d87a2 100644 --- a/Src/Zle/zle.h +++ b/Src/Zle/zle.h @@ -163,8 +163,8 @@ static inline int ZS_strncmp(ZLE_STRING_T s1, ZLE_STRING_T s2, size_t l) /* Combining character alignment: none in this mode */ #define CCLEFT() #define CCRIGHT() -#define CCLEFTPOS() -#define CCRIGHTPOS() +#define CCLEFTPOS(pos) +#define CCRIGHTPOS(pos) /* * Increment or decrement the cursor position: simple in this case. */ |