summaryrefslogtreecommitdiff
path: root/macros/CCodeGeneration
diff options
context:
space:
mode:
authorjofret2009-05-11 07:05:38 +0000
committerjofret2009-05-11 07:05:38 +0000
commit549730a5bbfe2bded3137c9d1ff208c1423e2da7 (patch)
tree8ce06ffbcd1be43eb7fc570f26e866cec4a81f40 /macros/CCodeGeneration
parent37a6f946f56b27a34897eeece4e57c7e01ee6b31 (diff)
downloadscilab2c-549730a5bbfe2bded3137c9d1ff208c1423e2da7.tar.gz
scilab2c-549730a5bbfe2bded3137c9d1ff208c1423e2da7.tar.bz2
scilab2c-549730a5bbfe2bded3137c9d1ff208c1423e2da7.zip
Enable header back
Diffstat (limited to 'macros/CCodeGeneration')
-rw-r--r--macros/CCodeGeneration/C_Funcall.sci3
1 files changed, 1 insertions, 2 deletions
diff --git a/macros/CCodeGeneration/C_Funcall.sci b/macros/CCodeGeneration/C_Funcall.sci
index 80544e8e..61caef85 100644
--- a/macros/CCodeGeneration/C_Funcall.sci
+++ b/macros/CCodeGeneration/C_Funcall.sci
@@ -359,8 +359,7 @@ else
if (FlagCall == 0)
// Add prototype to the header file
- //-- FIXME : disable this for now
- //-- C_InitHeader(CCall+';',HeaderFileName,SharedInfo.Sci2CLibMainHeaderFName);
+ C_InitHeader(CCall+';',HeaderFileName,SharedInfo.Sci2CLibMainHeaderFName);
// Add { at the beginning of the function.
PrintStringInfo(' {',ReportFileName,'file','y');