Add a comment

Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
Tom Eastep 2012-04-06 11:49:59 -07:00
parent 2de64d5820
commit 53395e788d

View File

@ -1545,6 +1545,9 @@ sub close_file() {
} }
} }
#
# Process an ?IF, ?ELSE or ?END directive
#
sub process_conditional( $$$ ) { sub process_conditional( $$$ ) {
my ( $omitting, $line, $linenumber ) = @_; my ( $omitting, $line, $linenumber ) = @_;