Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/lib/libedit define the new variable



details:   https://anonhg.NetBSD.org/src/rev/8be0b8a686b5
branches:  trunk
changeset: 779290:8be0b8a686b5
user:      christos <christos%NetBSD.org@localhost>
date:      Tue May 15 19:07:25 2012 +0000

description:
define the new variable

diffstat:

 lib/libedit/readline.c |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (26 lines):

diff -r 837f063d9ecb -r 8be0b8a686b5 lib/libedit/readline.c
--- a/lib/libedit/readline.c    Tue May 15 19:06:26 2012 +0000
+++ b/lib/libedit/readline.c    Tue May 15 19:07:25 2012 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: readline.c,v 1.102 2012/05/15 17:30:04 christos Exp $  */
+/*     $NetBSD: readline.c,v 1.103 2012/05/15 19:07:25 christos Exp $  */
 
 /*-
  * Copyright (c) 1997 The NetBSD Foundation, Inc.
@@ -31,7 +31,7 @@
 
 #include "config.h"
 #if !defined(lint) && !defined(SCCSID)
-__RCSID("$NetBSD: readline.c,v 1.102 2012/05/15 17:30:04 christos Exp $");
+__RCSID("$NetBSD: readline.c,v 1.103 2012/05/15 19:07:25 christos Exp $");
 #endif /* not lint && not SCCSID */
 
 #include <sys/types.h>
@@ -100,6 +100,7 @@
 char *rl_completer_word_break_characters = NULL;
 char *rl_completer_quote_characters = NULL;
 Function *rl_completion_entry_function = NULL;
+char *(*rl_completion_word_break_hook)(void) = NULL;
 CPPFunction *rl_attempted_completion_function = NULL;
 Function *rl_pre_input_hook = NULL;
 Function *rl_startup1_hook = NULL;



Home | Main Index | Thread Index | Old Index