forked from extern/shorewall_code
Some more micro-optimizations -- add a comment
git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@5698 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
parent
da9c54a426
commit
6561a79eb6
@ -180,6 +180,9 @@ sub emit ( $ ) {
|
||||
}
|
||||
}
|
||||
|
||||
#
|
||||
# Jacket for emit() that produces the same result as 'emit join( "\n", ... )'
|
||||
#
|
||||
sub emitj {
|
||||
if ( $object ) {
|
||||
#
|
||||
|
Loading…
Reference in New Issue
Block a user