diff options
author | Ankit Raj | 2017-06-21 11:42:02 +0530 |
---|---|---|
committer | Ankit Raj | 2017-06-21 11:42:02 +0530 |
commit | 061f07929cc984788154bc296c6cc440ef72a3c6 (patch) | |
tree | c486321ca7a986cb0ffe9c1c8c5f9c385a697776 /macros/ASTManagement | |
parent | ec8943082d8c262485e7b34515b1597b1d887867 (diff) | |
parent | e92d6c6791aae06053637ad3bf6b0f9d8986986c (diff) | |
download | scilab2c-061f07929cc984788154bc296c6cc440ef72a3c6.tar.gz scilab2c-061f07929cc984788154bc296c6cc440ef72a3c6.tar.bz2 scilab2c-061f07929cc984788154bc296c6cc440ef72a3c6.zip |
updated with main repo
Diffstat (limited to 'macros/ASTManagement')
-rw-r--r-- | macros/ASTManagement/AST2Ccode.sci | 2 | ||||
-rw-r--r-- | macros/ASTManagement/AST_HandleEndGenFun.sci | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/macros/ASTManagement/AST2Ccode.sci b/macros/ASTManagement/AST2Ccode.sci index 8076d7e2..e3177be8 100644 --- a/macros/ASTManagement/AST2Ccode.sci +++ b/macros/ASTManagement/AST2Ccode.sci @@ -1,5 +1,5 @@ function AST2Ccode(FileInfoDatFile) -// function AST2Ccode(FileInfoDatFile) +// function AST2Ccode(FileInfoDatFi // ----------------------------------------------------------------- // Read the AST and call the corresponding handlers. // diff --git a/macros/ASTManagement/AST_HandleEndGenFun.sci b/macros/ASTManagement/AST_HandleEndGenFun.sci index 88b9634b..e032bad2 100644 --- a/macros/ASTManagement/AST_HandleEndGenFun.sci +++ b/macros/ASTManagement/AST_HandleEndGenFun.sci @@ -439,6 +439,7 @@ NOutArg_mod = NOutArg //#RNU_RES_B PrintStringInfo(' C Function Name: '+CFunName,ReportFileName,'file','y'); if(IsArduinoFunction(ASTFunName)) + //disp(ASTFunName) if(IsArduinoSetupFunction(ASTFunName)) //If current function is an arduino setup function (like 'dc_motor_setup'), it //should not be converted and inserted here. It is inserted in a list now and |