From c5eabf161bb542cf6d62f00b1498cdb13a0b707e Mon Sep 17 00:00:00 2001 From: jofret Date: Mon, 26 Jul 2010 07:41:15 +0000 Subject: Move SCI2CInt -> int --- scilab2c/macros/CCodeGeneration/C_Type.sci | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scilab2c/macros/CCodeGeneration/C_Type.sci b/scilab2c/macros/CCodeGeneration/C_Type.sci index 5fc94f98..21d83a7d 100644 --- a/scilab2c/macros/CCodeGeneration/C_Type.sci +++ b/scilab2c/macros/CCodeGeneration/C_Type.sci @@ -30,7 +30,7 @@ elseif (ArgType == 'c') elseif (ArgType == 'z') OutC_Type = 'doubleComplex'; elseif (ArgType == 'i') - OutC_Type = 'SCI2Cint'; + OutC_Type = 'int'; elseif (ArgType == 'g') OutC_Type = 'char'; elseif (ArgType == 'f') -- cgit