K 10 svn:author V 3 imp K 8 svn:date V 27 2003-05-15T02:23:32.000000Z K 7 svn:log V 376 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) END