summaryrefslogtreecommitdiff
path: root/usr.bin/vi/ex/ex.h
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/vi/ex/ex.h')
-rw-r--r--usr.bin/vi/ex/ex.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/vi/ex/ex.h b/usr.bin/vi/ex/ex.h
index ae0ca33f208..e64cf3ff322 100644
--- a/usr.bin/vi/ex/ex.h
+++ b/usr.bin/vi/ex/ex.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: ex.h,v 1.9 2015/11/19 07:53:31 bentley Exp $ */
+/* $OpenBSD: ex.h,v 1.10 2016/05/02 18:24:25 martijn Exp $ */
/*-
* Copyright (c) 1992, 1993, 1994
@@ -110,7 +110,7 @@ struct _excmd {
F_SET((cmdp), L__f); \
}
- CHAR_T buffer; /* Command: named buffer. */
+ char buffer; /* Command: named buffer. */
recno_t lineno; /* Command: line number. */
long count; /* Command: signed count. */
long flagoff; /* Command: signed flag offset. */
@@ -163,7 +163,7 @@ typedef struct _ex_private {
TAILQ_HEAD(_tagfh, _tagf) tagfq;/* Tag file list. */
char *tag_last; /* Saved last tag string. */
- CHAR_T *lastbcomm; /* Last bang command. */
+ char *lastbcomm; /* Last bang command. */
ARGS **args; /* Command: argument list. */
int argscnt; /* Command: argument list count. */