Source-Changes-HG archive

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

[src/trunk]: src/usr.bin/menuc declare EXITSTRING



details:   https://anonhg.NetBSD.org/src/rev/382b09d65b56
branches:  trunk
changeset: 474918:382b09d65b56
user:      christos <christos%NetBSD.org@localhost>
date:      Mon Jul 26 06:19:01 1999 +0000

description:
declare EXITSTRING

diffstat:

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

diffs (19 lines):

diff -r fa297eb07536 -r 382b09d65b56 usr.bin/menuc/parse.y
--- a/usr.bin/menuc/parse.y     Mon Jul 26 06:11:57 1999 +0000
+++ b/usr.bin/menuc/parse.y     Mon Jul 26 06:19:01 1999 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: parse.y,v 1.7 1999/06/20 02:07:18 cgd Exp $    */
+/*     $NetBSD: parse.y,v 1.8 1999/07/26 06:19:01 christos Exp $       */
 
 /*
  * Copyright 1997 Piermont Information Systems Inc.
@@ -56,7 +56,8 @@
 
 
 %token <i_value> X Y W H NO BOX SUB HELP MENU NEXT EXIT ACTION ENDWIN OPTION 
-%token <i_value> TITLE DEFAULT DISPLAY ERROR ALLOW DYNAMIC MENUS SCROLLABLE
+%token <i_value> TITLE DEFAULT DISPLAY ERROR EXITSTRING ALLOW DYNAMIC MENUS
+                SCROLLABLE
 %token <s_value> STRING NAME CODE INT_CONST CHAR_CONST
 
 %type <s_value> init_code system helpstr



Home | Main Index | Thread Index | Old Index