diff options
author | siddhu8990 | 2017-05-22 16:51:37 +0530 |
---|---|---|
committer | siddhu8990 | 2017-05-22 16:51:37 +0530 |
commit | 0aaa69ac8c8cfc262305a0c93219c72971dc78cd (patch) | |
tree | b02e0cef07749d881f4fdc6c1ed63d0cd69030af /macros/ASTManagement | |
parent | b33afdb2311fbe8aad4c5c614c6098585fe2d279 (diff) | |
download | scilab2c-0aaa69ac8c8cfc262305a0c93219c72971dc78cd.tar.gz scilab2c-0aaa69ac8c8cfc262305a0c93219c72971dc78cd.tar.bz2 scilab2c-0aaa69ac8c8cfc262305a0c93219c72971dc78cd.zip |
Test commit
Diffstat (limited to 'macros/ASTManagement')
-rw-r--r-- | macros/ASTManagement/AST2Ccode.sci | 2 |
1 files changed, 1 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. // |