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.7 from trunk. (cgd)



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

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

diffstat:

 usr.bin/menuc/parse.y |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r b4a7946963e4 -r 7efa4432ba80 usr.bin/menuc/parse.y
--- a/usr.bin/menuc/parse.y     Thu Jun 24 00:52:17 1999 +0000
+++ b/usr.bin/menuc/parse.y     Thu Jun 24 00:52:26 1999 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: parse.y,v 1.6 1998/07/02 21:46:18 phil Exp $   */
+/*     $NetBSD: parse.y,v 1.6.2.1 1999/06/24 00:52:26 cgd Exp $        */
 
 /*
  * Copyright 1997 Piermont Information Systems Inc.
@@ -138,6 +138,7 @@
          | W "=" INT_CONST     { cur_menu->info->w = atoi($3); }
          | H "=" INT_CONST     { cur_menu->info->h = atoi($3); }
          | TITLE STRING        { cur_menu->info->title = $2; }
+         | EXITSTRING STRING   { cur_menu->info->exitstr = $2; }
          ;
 
 option_list : option



Home | Main Index | Thread Index | Old Index