This commit is contained in:
tg 2004-11-03 15:33:01 +00:00
parent cff4fe1b0c
commit c8e06d8245
2 changed files with 5 additions and 5 deletions

View File

@ -1,5 +1,5 @@
.\" $MirBSD: ksh.1tbl,v 1.35 2004/10/31 22:28:41 tg Exp $
.\" $OpenBSD: ksh.1tbl,v 1.72 2004/08/07 16:46:58 millert Exp $
.\" $MirBSD: ksh.1tbl,v 1.36 2004/11/03 15:33:00 tg Exp $
.\" $OpenBSD: ksh.1tbl,v 1.73 2004/10/28 04:55:51 jaredy Exp $
.\"
.\" Copyright (c) 1980, 1990, 1993
.\" The Regents of the University of California. All rights reserved.

6
lex.h
View File

@ -1,5 +1,5 @@
/** $MirBSD: lex.h,v 1.4 2004/10/28 11:53:42 tg Exp $ */
/* $OpenBSD: lex.h,v 1.7 2003/02/28 09:45:09 jmc Exp $ */
/** $MirBSD: lex.h,v 1.5 2004/11/03 15:33:01 tg Exp $ */
/* $OpenBSD: lex.h,v 1.8 2004/11/02 22:09:24 deraadt Exp $ */
/* $From: lex.h,v 1.4 1994/05/31 13:34:34 michael Exp $ */
#ifndef LEX_H
@ -127,7 +127,7 @@ EXTERN struct ioword *heres [HERES], **herep;
EXTERN char ident [IDENT+1];
#ifdef HISTORY
# define HISTORYSIZE 128 /* size of saved history */
# define HISTORYSIZE 511 /* size of saved history */
EXTERN char **history; /* saved commands */
EXTERN char **histptr; /* last history item */