Mercurial > hg > octave-nkf
diff src/parse.y @ 5344:b427cca320b8
[project @ 2005-05-09 19:03:02 by jwe]
author | jwe |
---|---|
date | Mon, 09 May 2005 19:03:03 +0000 |
parents | 80c1aa832cb2 |
children | b12c0f920da0 |
line wrap: on
line diff
--- a/src/parse.y +++ b/src/parse.y @@ -1116,6 +1116,11 @@ if (! ($$ = make_try_command ($1, $4, $8, $9, $2, $6))) ABORT_PARSE; } + | TRY stash_comment opt_sep opt_list END + { + if (! ($$ = make_try_command ($1, $4, 0, $5, $2, 0))) + ABORT_PARSE; + } ; // ===========================================