Source-Changes-HG archive

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

[src/trunk]: src/lib/libedit One macro is enough (Ingo Schwarze)



details:   https://anonhg.NetBSD.org/src/rev/90ecf6498942
branches:  trunk
changeset: 343317:90ecf6498942
user:      christos <christos%NetBSD.org@localhost>
date:      Fri Jan 29 19:59:11 2016 +0000

description:
One macro is enough (Ingo Schwarze)

diffstat:

 lib/libedit/keymacro.h |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 9e427d4d698e -r 90ecf6498942 lib/libedit/keymacro.h
--- a/lib/libedit/keymacro.h    Fri Jan 29 18:05:38 2016 +0000
+++ b/lib/libedit/keymacro.h    Fri Jan 29 19:59:11 2016 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: keymacro.h,v 1.2 2011/07/28 03:44:36 christos Exp $    */
+/*     $NetBSD: keymacro.h,v 1.3 2016/01/29 19:59:11 christos Exp $    */
 
 /*-
  * Copyright (c) 1992, 1993
@@ -47,7 +47,7 @@
 
 typedef struct keymacro_node_t keymacro_node_t;
 
-typedef struct el_keymacromacro_t {
+typedef struct el_keymacro_t {
        Char            *buf;   /* Key print buffer             */
        keymacro_node_t *map;   /* Key map                      */
        keymacro_value_t val;   /* Local conversion buffer      */



Home | Main Index | Thread Index | Old Index