Searched hist:"18 e8d6d786d52500dee7263f13af40595040c4a4" (Results 1 – 1 of 1) sorted by relevance
/freebsd/sbin/devd/ |
H A D | parse.y | diff 18e8d6d786d52500dee7263f13af40595040c4a4 Thu May 15 04:23:32 CEST 2003 Warner Losh <imp@FreeBSD.org> 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) diff 18e8d6d786d52500dee7263f13af40595040c4a4 Thu May 15 04:23:32 CEST 2003 Warner Losh <imp@FreeBSD.org> 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)
|