diff options
author | Sunil Shetye | 2019-05-16 12:36:11 +0530 |
---|---|---|
committer | Sunil Shetye | 2019-05-29 11:08:03 +0530 |
commit | 5808c44e344c3f80504ec93d2bb588e83d0170b8 (patch) | |
tree | 6dad3b3663903bad863721a28a39b6d79f942d4c /macros/CCodeGeneration/C_ForExpression.sci | |
parent | 26b77d7593b5ee0792b6b556f5569ea4227c2b02 (diff) | |
download | scilab2c-5808c44e344c3f80504ec93d2bb588e83d0170b8.tar.gz scilab2c-5808c44e344c3f80504ec93d2bb588e83d0170b8.tar.bz2 scilab2c-5808c44e344c3f80504ec93d2bb588e83d0170b8.zip |
replace SCI2Cerror
Diffstat (limited to 'macros/CCodeGeneration/C_ForExpression.sci')
-rw-r--r-- | macros/CCodeGeneration/C_ForExpression.sci | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/macros/CCodeGeneration/C_ForExpression.sci b/macros/CCodeGeneration/C_ForExpression.sci index 383d53ea..38ace3fd 100644 --- a/macros/CCodeGeneration/C_ForExpression.sci +++ b/macros/CCodeGeneration/C_ForExpression.sci @@ -211,7 +211,7 @@ else // --- Case 5. --- // --------------- - SCI2Cerror('Could not manage the for expression.'); + error(9999, 'Could not manage the for expression.'); end endfunction |