Warner Losh 18e8d6d786 Allow zero or more actions in an action list, rather than requiring
one or more actions in the list.  This makes constructs like:

attach 10 {
//	echo "Driver $device_name attached"
};

to be accepted by the parser.  It will be treated as if the user had
entered:

// attach 10 {
//	echo "Driver $device_name attached"
// };

(eg totally ignored).

Approved by: re@ (rwatson)
2003-05-15 02:23:32 +00:00
..
2003-05-13 19:42:52 +00:00
2002-07-06 19:34:18 +00:00
2002-12-09 13:06:34 +00:00
2003-03-25 03:16:53 +00:00
2003-02-23 01:47:49 +00:00
2003-04-16 11:54:11 +00:00
2003-03-26 01:30:34 +00:00
2003-03-25 11:27:46 +00:00
2002-03-19 22:51:53 +00:00
2003-04-27 01:46:56 +00:00
2002-12-27 12:15:40 +00:00
2003-05-12 19:48:47 +00:00
2003-02-05 13:50:41 +00:00
2002-07-06 19:34:18 +00:00
2002-12-27 12:15:40 +00:00
2001-12-04 02:19:58 +00:00
2003-04-16 09:53:29 +00:00
2003-05-05 22:49:23 +00:00
2003-01-08 06:43:27 +00:00
2003-05-05 22:49:23 +00:00
2003-04-07 22:58:35 +00:00
2003-05-05 21:28:08 +00:00
2001-12-04 02:19:58 +00:00