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/cea5a6dde860
branches: trunk
changeset: 813459:cea5a6dde860
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 d8e6a3f5c7d7 -r cea5a6dde860 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