merge
This commit is contained in:
parent
cff4fe1b0c
commit
c8e06d8245
4
ksh.1tbl
4
ksh.1tbl
@ -1,5 +1,5 @@
|
|||||||
.\" $MirBSD: ksh.1tbl,v 1.35 2004/10/31 22:28:41 tg Exp $
|
.\" $MirBSD: ksh.1tbl,v 1.36 2004/11/03 15:33:00 tg Exp $
|
||||||
.\" $OpenBSD: ksh.1tbl,v 1.72 2004/08/07 16:46:58 millert Exp $
|
.\" $OpenBSD: ksh.1tbl,v 1.73 2004/10/28 04:55:51 jaredy Exp $
|
||||||
.\"
|
.\"
|
||||||
.\" Copyright (c) 1980, 1990, 1993
|
.\" Copyright (c) 1980, 1990, 1993
|
||||||
.\" The Regents of the University of California. All rights reserved.
|
.\" The Regents of the University of California. All rights reserved.
|
||||||
|
6
lex.h
6
lex.h
@ -1,5 +1,5 @@
|
|||||||
/** $MirBSD: lex.h,v 1.4 2004/10/28 11:53:42 tg Exp $ */
|
/** $MirBSD: lex.h,v 1.5 2004/11/03 15:33:01 tg Exp $ */
|
||||||
/* $OpenBSD: lex.h,v 1.7 2003/02/28 09:45:09 jmc 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 $ */
|
/* $From: lex.h,v 1.4 1994/05/31 13:34:34 michael Exp $ */
|
||||||
|
|
||||||
#ifndef LEX_H
|
#ifndef LEX_H
|
||||||
@ -127,7 +127,7 @@ EXTERN struct ioword *heres [HERES], **herep;
|
|||||||
EXTERN char ident [IDENT+1];
|
EXTERN char ident [IDENT+1];
|
||||||
|
|
||||||
#ifdef HISTORY
|
#ifdef HISTORY
|
||||||
# define HISTORYSIZE 128 /* size of saved history */
|
# define HISTORYSIZE 511 /* size of saved history */
|
||||||
|
|
||||||
EXTERN char **history; /* saved commands */
|
EXTERN char **history; /* saved commands */
|
||||||
EXTERN char **histptr; /* last history item */
|
EXTERN char **histptr; /* last history item */
|
||||||
|
Loading…
Reference in New Issue
Block a user