mirror of
https://gitlab.com/shorewall/code.git
synced 2024-12-15 19:01:19 +01:00
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:
parent
5a6d66f263
commit
ce5efc5dfa
@ -703,6 +703,9 @@ sub fatal_error1 {
|
||||
die " ERROR: @_\n";
|
||||
}
|
||||
|
||||
#
|
||||
# C/C++-like assertion checker
|
||||
#
|
||||
sub assert( $ ) {
|
||||
unless ( $_[0] ) {
|
||||
my @caller = caller 1;
|
||||
|
Loading…
Reference in New Issue
Block a user