diff options
author | jofret | 2009-05-11 07:05:38 +0000 |
---|---|---|
committer | jofret | 2009-05-11 07:05:38 +0000 |
commit | 549730a5bbfe2bded3137c9d1ff208c1423e2da7 (patch) | |
tree | 8ce06ffbcd1be43eb7fc570f26e866cec4a81f40 /macros/CCodeGeneration | |
parent | 37a6f946f56b27a34897eeece4e57c7e01ee6b31 (diff) | |
download | scilab2c-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.sci | 3 |
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'); |