From ce5efc5dfa0a07b2130ffcdf76f7fef0952406a9 Mon Sep 17 00:00:00 2001 From: teastep Date: Mon, 9 Mar 2009 21:45:18 +0000 Subject: [PATCH] Add a comment Signed-off-by: Tom Eastep git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@9674 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb --- Shorewall/Perl/Shorewall/Config.pm | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Shorewall/Perl/Shorewall/Config.pm b/Shorewall/Perl/Shorewall/Config.pm index b97cd9be9..05cb391e6 100644 --- a/Shorewall/Perl/Shorewall/Config.pm +++ b/Shorewall/Perl/Shorewall/Config.pm @@ -703,6 +703,9 @@ sub fatal_error1 { die " ERROR: @_\n"; } +# +# C/C++-like assertion checker +# sub assert( $ ) { unless ( $_[0] ) { my @caller = caller 1;