mirror of
https://gitlab.com/shorewall/code.git
synced 2025-06-24 11:41:26 +02: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";
|
die " ERROR: @_\n";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#
|
||||||
|
# C/C++-like assertion checker
|
||||||
|
#
|
||||||
sub assert( $ ) {
|
sub assert( $ ) {
|
||||||
unless ( $_[0] ) {
|
unless ( $_[0] ) {
|
||||||
my @caller = caller 1;
|
my @caller = caller 1;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user