diff options
author | ukashanoor | 2017-06-27 12:40:50 +0530 |
---|---|---|
committer | ukashanoor | 2017-06-27 12:40:50 +0530 |
commit | 956aa2b9bcf6171234bc9749acbfabf8660beade (patch) | |
tree | ffc914d9f15bbcce2154c4bcc702cb691004250f /macros/CCodeGeneration/names | |
parent | 785e19f097f7ca1964edaf159c9adfe2eda733b5 (diff) | |
download | scilab2c-956aa2b9bcf6171234bc9749acbfabf8660beade.tar.gz scilab2c-956aa2b9bcf6171234bc9749acbfabf8660beade.tar.bz2 scilab2c-956aa2b9bcf6171234bc9749acbfabf8660beade.zip |
matrix complete
Diffstat (limited to 'macros/CCodeGeneration/names')
-rw-r--r-- | macros/CCodeGeneration/names | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/macros/CCodeGeneration/names b/macros/CCodeGeneration/names index c4dea610..bf9ced9b 100644 --- a/macros/CCodeGeneration/names +++ b/macros/CCodeGeneration/names @@ -2,6 +2,7 @@ C_FinalizeCode C_ForExpression C_Funcall C_GenDeclarations +C_GenDeclarations_Dup C_GenerateFunName C_GenerateLaunchScript C_GenerateMakefile @@ -12,7 +13,6 @@ C_IfExpression C_IndentBlanks C_InitHeader C_MemAllocOutTempVars -C_RCOperator C_SCI2CHeader C_Type C_WhileExpression |