summaryrefslogtreecommitdiff
path: root/macros/ErrorMessages
diff options
context:
space:
mode:
authorSunil Shetye2019-05-16 12:36:11 +0530
committerSunil Shetye2019-05-29 11:08:03 +0530
commit5808c44e344c3f80504ec93d2bb588e83d0170b8 (patch)
tree6dad3b3663903bad863721a28a39b6d79f942d4c /macros/ErrorMessages
parent26b77d7593b5ee0792b6b556f5569ea4227c2b02 (diff)
downloadscilab2c-5808c44e344c3f80504ec93d2bb588e83d0170b8.tar.gz
scilab2c-5808c44e344c3f80504ec93d2bb588e83d0170b8.tar.bz2
scilab2c-5808c44e344c3f80504ec93d2bb588e83d0170b8.zip
replace SCI2Cerror
Diffstat (limited to 'macros/ErrorMessages')
-rw-r--r--macros/ErrorMessages/EM_NanSize.sci2
1 files changed, 1 insertions, 1 deletions
diff --git a/macros/ErrorMessages/EM_NanSize.sci b/macros/ErrorMessages/EM_NanSize.sci
index 156bb9a0..a081fea8 100644
--- a/macros/ErrorMessages/EM_NanSize.sci
+++ b/macros/ErrorMessages/EM_NanSize.sci
@@ -78,5 +78,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(9999, 'SCI2CERROR: Cannot initialize a local or global variable with a variable value coming from a function or an operation.');
+error(9999, 'SCI2CERROR: Cannot initialize a local or global variable with a variable value coming from a function or an operation.');
endfunction