Source-Changes-HG archive

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

[src/netbsd-1-4]: src/usr.bin/menuc pull up rev(s) 1.8 from trunk. (cgd)



details:   https://anonhg.NetBSD.org/src/rev/1c16ca64e7ac
branches:  netbsd-1-4
changeset: 468949:1c16ca64e7ac
user:      cgd <cgd%NetBSD.org@localhost>
date:      Thu Jun 24 00:52:34 1999 +0000

description:
pull up rev(s) 1.8 from trunk. (cgd)

diffstat:

 usr.bin/menuc/scan.l |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 7efa4432ba80 -r 1c16ca64e7ac usr.bin/menuc/scan.l
--- a/usr.bin/menuc/scan.l      Thu Jun 24 00:52:26 1999 +0000
+++ b/usr.bin/menuc/scan.l      Thu Jun 24 00:52:34 1999 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: scan.l,v 1.7 1998/07/02 21:46:19 phil Exp $    */
+/*     $NetBSD: scan.l,v 1.7.2.1 1999/06/24 00:52:34 cgd Exp $ */
 
 /*
  * Copyright 1997 Piermont Information Systems Inc.
@@ -84,6 +84,8 @@
 
 exit   { return  EXIT; }
 
+exitstring { return  EXITSTRING; }
+
 title  { return TITLE; }
 
 action { return ACTION; }



Home | Main Index | Thread Index | Old Index