Add a comment

Signed-off-by: Tom Eastep <teastep@shorewall.net>

git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@9674 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
teastep 2009-03-09 21:45:18 +00:00
parent 5a6d66f263
commit ce5efc5dfa

View File

@ -703,6 +703,9 @@ sub fatal_error1 {
die " ERROR: @_\n";
}
#
# C/C++-like assertion checker
#
sub assert( $ ) {
unless ( $_[0] ) {
my @caller = caller 1;