summaryrefslogtreecommitdiff
path: root/lib/libedit/chared.h
diff options
context:
space:
mode:
authorOtto Moerbeek <otto@cvs.openbsd.org>2003-11-25 20:12:40 +0000
committerOtto Moerbeek <otto@cvs.openbsd.org>2003-11-25 20:12:40 +0000
commit8dec545c586449d9e5f4a74c285ae295727a6e6d (patch)
tree24ede7fd8fd6d4bfc330f35ece0d823d276f1a3f /lib/libedit/chared.h
parent735da5f8c0917e2182e8f693897d286fe0456ef8 (diff)
Sync libedit to NetBSD libedit as of Nov 8, 2003.
Tested by jmc@ djm@ and myself
Diffstat (limited to 'lib/libedit/chared.h')
-rw-r--r--lib/libedit/chared.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libedit/chared.h b/lib/libedit/chared.h
index 8192eace5ee..1408237f946 100644
--- a/lib/libedit/chared.h
+++ b/lib/libedit/chared.h
@@ -1,5 +1,5 @@
-/* $OpenBSD: chared.h,v 1.7 2003/10/31 08:42:24 otto Exp $ */
-/* $NetBSD: chared.h,v 1.12 2003/08/07 16:44:30 agc Exp $ */
+/* $OpenBSD: chared.h,v 1.8 2003/11/25 20:12:38 otto Exp $ */
+/* $NetBSD: chared.h,v 1.13 2003/10/18 23:48:42 christos Exp $ */
/*-
* Copyright (c) 1992, 1993
@@ -63,8 +63,8 @@
typedef struct c_macro_t {
int level;
+ int offset;
char **macro;
- char *nline;
} c_macro_t;
/*