diff options
author | ukashanoor | 2017-06-29 20:58:54 +0530 |
---|---|---|
committer | ukashanoor | 2017-06-29 20:58:54 +0530 |
commit | 872f655b244e8b51112ba38b13a0ced325d5c71b (patch) | |
tree | f7a00e5e95b33afb7f0ebe0c84207505cfa34de1 /macros/CCodeGeneration/C_WhileExpression.sci | |
parent | 18f7cf96174799b674115e43f108423fa5d0fc9c (diff) | |
parent | 9fc55b8370323fd8f7364a5abfcee3af65899a97 (diff) | |
download | scilab2c-872f655b244e8b51112ba38b13a0ced325d5c71b.tar.gz scilab2c-872f655b244e8b51112ba38b13a0ced325d5c71b.tar.bz2 scilab2c-872f655b244e8b51112ba38b13a0ced325d5c71b.zip |
changes after changing branch to master
Diffstat (limited to 'macros/CCodeGeneration/C_WhileExpression.sci')
-rw-r--r-- | macros/CCodeGeneration/C_WhileExpression.sci | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/macros/CCodeGeneration/C_WhileExpression.sci b/macros/CCodeGeneration/C_WhileExpression.sci index d7cf70ec..368ccffa 100644 --- a/macros/CCodeGeneration/C_WhileExpression.sci +++ b/macros/CCodeGeneration/C_WhileExpression.sci @@ -19,7 +19,7 @@ function SharedInfo = C_WhileExpression(IfCondArg,NIfCondArg,Op,NOp,FileInfo,Sha // ------------------------------ // --- Check input arguments. --- // ------------------------------ -//SCI2CNInArgCheck(argn(2),2,2); +SCI2CNInArgCheck(argn(2),6,6); // ----------------------- // --- Initialization. --- |