From dafe68b1f05c3d1d288e7435b3f146326ea4eebc Mon Sep 17 00:00:00 2001 From: jofret Date: Wed, 23 Jun 2010 19:44:55 +0000 Subject: Remove SCI2Cerror wrapping call --- macros/ErrorMessages/EM_UnknownStep.sci | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'macros/ErrorMessages/EM_UnknownStep.sci') diff --git a/macros/ErrorMessages/EM_UnknownStep.sci b/macros/ErrorMessages/EM_UnknownStep.sci index 9f8d39e7..e9e37c2d 100644 --- a/macros/ErrorMessages/EM_UnknownStep.sci +++ b/macros/ErrorMessages/EM_UnknownStep.sci @@ -66,5 +66,5 @@ PrintStringInfo('SCI2CERROR: disp(cnt);',ReportFileName,'both','y'); PrintStringInfo('SCI2CERROR: }',ReportFileName,'both','y'); PrintStringInfo('SCI2CERROR: Of course it is not optimized C code.',ReportFileName,'both','y'); PrintStringInfo(' ',ReportFileName,'both','y'); -SCI2Cerror(' '); +error(9999, 'SCI2C forbids use of step values in ""for"" loops which come from a function or an operation.'); endfunction -- cgit