Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/bin/csh Need alvec global variable now.



details:   https://anonhg.NetBSD.org/src/rev/b4e5b363b6f2
branches:  trunk
changeset: 500569:b4e5b363b6f2
user:      simonb <simonb%NetBSD.org@localhost>
date:      Thu Dec 14 00:13:07 2000 +0000

description:
Need alvec global variable now.

diffstat:

 bin/csh/lex.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 9e30975b0843 -r b4e5b363b6f2 bin/csh/lex.c
--- a/bin/csh/lex.c     Thu Dec 14 00:07:35 2000 +0000
+++ b/bin/csh/lex.c     Thu Dec 14 00:13:07 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: lex.c,v 1.17 2000/05/31 22:48:45 christos Exp $        */
+/*     $NetBSD: lex.c,v 1.18 2000/12/14 00:13:07 simonb Exp $  */
 
 /*-
  * Copyright (c) 1980, 1991, 1993
@@ -38,7 +38,7 @@
 #if 0
 static char sccsid[] = "@(#)lex.c      8.1 (Berkeley) 5/31/93";
 #else
-__RCSID("$NetBSD: lex.c,v 1.17 2000/05/31 22:48:45 christos Exp $");
+__RCSID("$NetBSD: lex.c,v 1.18 2000/12/14 00:13:07 simonb Exp $");
 #endif
 #endif /* not lint */
 
@@ -113,7 +113,7 @@
 static int exclc = 0;
 
 /* "Globp" for alias resubstitution */
-Char *alvecp = NULL;
+Char **alvec, *alvecp;
 int aret = F_SEEK;
 
 /*



Home | Main Index | Thread Index | Old Index