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	Fri May 06 18:04:16 2005 +0000
+++ b/src/parse.y	Mon May 09 19:03:03 2005 +0000
@@ -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;
+		  }
 		;
 
 // ===========================================