]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Make it possible to optionally use semicolon to separate statements.
authorEdward Tomasz Napierala <trasz@FreeBSD.org>
Wed, 29 Oct 2014 12:10:39 +0000 (12:10 +0000)
committerEdward Tomasz Napierala <trasz@FreeBSD.org>
Wed, 29 Oct 2014 12:10:39 +0000 (12:10 +0000)
commitf9488580322265b94cdb414fc9198e90bee2207b
treeb4332065c8d4ce2face346c23ecc88d037bf6a90
parentbd833b11c2a2379ca3bef0a14518fc47a91f2994
Make it possible to optionally use semicolon to separate statements.
This makes it possible to format stuff like this:

target xxx {
lun 0 { path /foo/bar; size 4G; }
}

MFC after: 1 month
Sponsored by: The FreeBSD Foundation
usr.sbin/ctld/parse.y
usr.sbin/ctld/token.l