From 1cfc38d8c540f57cafb20b0b6316637c29dfbab9 Mon Sep 17 00:00:00 2001 From: allen Date: Sun, 19 Aug 2001 12:52:15 +0000 Subject: Adding a "help" argument to the CST_error call to start adding suggested causes for the errors. At the moment the help message is always shown, since I've only added a couple so far. git-svn-id: http://svn.cactuscode.org/flesh/trunk@2307 17b73243-c579-4c4c-a9d2-2d5706c11dac --- lib/sbin/BuildHeaders.pl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/sbin/BuildHeaders.pl') diff --git a/lib/sbin/BuildHeaders.pl b/lib/sbin/BuildHeaders.pl index 7fed11d4..91507980 100644 --- a/lib/sbin/BuildHeaders.pl +++ b/lib/sbin/BuildHeaders.pl @@ -66,7 +66,7 @@ sub BuildHeaders else { $message = "Include file $inc_file1 not found in $arrangement/$thorn\n"; - &CST_error(0,$message,__LINE__,__FILE__); + &CST_error(0,$message,"",__LINE__,__FILE__); } $data{"$inc_file2"} .= "/* End of include header file $inc_file1 from $thorn */\n"; } @@ -94,7 +94,7 @@ sub BuildHeaders else { $message = "Include file $inc_file1 not found in $arrangement/$thorn\n"; - &CST_error(0,$message,__LINE__,__FILE__); + &CST_error(0,$message,"",__LINE__,__FILE__); } $data{"$inc_file2"} .= "#ifdef FCODE\n"; -- cgit v1.2.3