about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
-rw-r--r--Src/Zle/zle_utils.c4
2 files changed, 6 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index a9325c230..c1103e60a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2011-05-13  Peter Stephenson  <pws@csr.com>
 
+	*  Jérémie Roquet: 29258: Src/Zle/zle_utils.c: mark a couple
+	more functions for export.
+
 	* unposted (late commit): Completion/Unix/Command/.distfiles,
 	Config/version.mk, Test/.distfiles: update for 4.3.11-dev-3.
 
@@ -14679,5 +14682,5 @@
 
 *****************************************************
 * This is used by the shell to define $ZSH_PATCHLEVEL
-* $Revision: 1.5296 $
+* $Revision: 1.5297 $
 *****************************************************
diff --git a/Src/Zle/zle_utils.c b/Src/Zle/zle_utils.c
index 03a514cce..45e30445e 100644
--- a/Src/Zle/zle_utils.c
+++ b/Src/Zle/zle_utils.c
@@ -596,7 +596,7 @@ struct zle_position *zle_positions;
  */
 
 /**/
-void
+mod_export void
 zle_save_positions(void)
 {
     struct region_highlight *rhp;
@@ -653,7 +653,7 @@ zle_save_positions(void)
  */
 
 /**/
-void
+mod_export void
 zle_restore_positions(void)
 {
     struct zle_position *oldpos = zle_positions;