usr/src/cmd/zonecfg/zonecfg_grammar.y
changeset 222 dd716cb7b870
parent 0 68f95e015346
child 565 519e81088064
--- a/usr/src/cmd/zonecfg/zonecfg_grammar.y	Fri Jul 22 16:18:39 2005 -0700
+++ b/usr/src/cmd/zonecfg/zonecfg_grammar.y	Fri Jul 22 17:26:42 2005 -0700
@@ -19,8 +19,10 @@
  * information: Portions Copyright [yyyy] [name of copyright owner]
  *
  * CDDL HEADER END
- *
- * Copyright 2004 Sun Microsystems, Inc.  All rights reserved.
+ */
+
+/*
+ * Copyright 2005 Sun Microsystems, Inc.  All rights reserved.
  * Use is subject to license terms.
  */
 
@@ -106,14 +108,14 @@
 			num_prop_vals = 0;
 		}
 		if (YYRECOVERING())
-			return;
+			YYABORT;
 		yyclearin;
 		yyerrok;
 	}
 	| error terminator
 	{
 		if (YYRECOVERING())
-			return;
+			YYABORT;
 		yyclearin;
 		yyerrok;
 	}