From 379539a74de734b1c944425b126748c12770212c Mon Sep 17 00:00:00 2001 From: bostic Date: Mon, 20 Dec 1993 12:24:09 +0000 Subject: [PATCH] lastckey is a CHAR_T, not a u_char --- common/screen.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/common/screen.h b/common/screen.h index 878a7c6f..83c9ffb6 100644 --- a/common/screen.h +++ b/common/screen.h @@ -4,7 +4,7 @@ * * %sccs.include.redist.c% * - * $Id: screen.h,v 8.77 1993/12/19 18:54:09 bostic Exp $ (Berkeley) $Date: 1993/12/19 18:54:09 $ + * $Id: screen.h,v 8.78 1993/12/20 12:24:09 bostic Exp $ (Berkeley) $Date: 1993/12/20 12:24:09 $ */ /* @@ -152,7 +152,7 @@ struct _scr { regex_t subre; /* Last substitute RE. */ enum direction searchdir; /* File search direction. */ enum cdirection csearchdir; /* Character search direction. */ - u_char lastckey; /* Last search character. */ + CHAR_T lastckey; /* Last search character. */ regmatch_t *match; /* Substitute match array. */ size_t matchsize; /* Substitute match array size. */ char *repl; /* Substitute replacement. */ -- 2.11.4.GIT