about summary refs log tree commit diff
path: root/Src/Zle/zle.h
diff options
context:
space:
mode:
authorPeter Stephenson <pws@users.sourceforge.net>2008-04-20 21:19:52 +0000
committerPeter Stephenson <pws@users.sourceforge.net>2008-04-20 21:19:52 +0000
commit3cf29e75139ec3753868ef8d064d2d5729371b6f (patch)
tree0ca1455c2d6917021277a2a5bc5b68919333a69e /Src/Zle/zle.h
parentb8ec06c870ac09d5949907640dca4c1a2b711ed5 (diff)
downloadzsh-3cf29e75139ec3753868ef8d064d2d5729371b6f.tar.gz
zsh-3cf29e75139ec3753868ef8d064d2d5729371b6f.tar.xz
zsh-3cf29e75139ec3753868ef8d064d2d5729371b6f.zip
24853: bits missed from patch
Diffstat (limited to 'Src/Zle/zle.h')
-rw-r--r--Src/Zle/zle.h4
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.
  */