diff options
Diffstat (limited to 'scilab2c/macros/CCodeGeneration/C_IfElseBlocks.sci')
-rw-r--r-- | scilab2c/macros/CCodeGeneration/C_IfElseBlocks.sci | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scilab2c/macros/CCodeGeneration/C_IfElseBlocks.sci b/scilab2c/macros/CCodeGeneration/C_IfElseBlocks.sci index 71b45966..92ac94f7 100644 --- a/scilab2c/macros/CCodeGeneration/C_IfElseBlocks.sci +++ b/scilab2c/macros/CCodeGeneration/C_IfElseBlocks.sci @@ -57,7 +57,7 @@ elseif (InOutStatements=='out') PrintStringInfo(' '+CCall,ReportFileName,'file','y'); PrintStringInfo(C_IndentBlanks(IndentLevel)+CCall,CPass1FileName,'file','y'); else - SCI2CerrorFile('Unknown setting for InOutStatements: '+InOutStatements'.',ReportFileName); + error(9999, 'Unknown setting for InOutStatements: '+InOutStatements+'.'); end // #RNU_RES_B |