From d591334e9d616830fbd24909db2e21ac4b959742 Mon Sep 17 00:00:00 2001 From: Peter Stephenson Date: Tue, 22 Jun 2004 13:09:55 +0000 Subject: 20076, 20084: { ... } always { ... } syntax. --- Src/params.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Src/params.c') diff --git a/Src/params.c b/Src/params.c index 8b0c87dac..9d9d39778 100644 --- a/Src/params.c +++ b/Src/params.c @@ -106,6 +106,7 @@ struct timeval shtimer; /* 0 if this $TERM setup is usable, otherwise it contains TERM_* flags */ + /**/ mod_export int termflags; @@ -191,6 +192,7 @@ IPDEF5("COLUMNS", &columns, zlevarsetfn), IPDEF5("LINES", &lines, zlevarsetfn), IPDEF5("OPTIND", &zoptind, intvarsetfn), IPDEF5("SHLVL", &shlvl, intvarsetfn), +IPDEF5("TRY_BLOCK_ERROR", &try_errflag, intvarsetfn), #define IPDEF7(A,B) {NULL,A,PM_SCALAR|PM_SPECIAL,BR((void *)B),SFN(strvarsetfn),GFN(strvargetfn),stdunsetfn,0,NULL,NULL,NULL,0} IPDEF7("OPTARG", &zoptarg), -- cgit 1.4.1