summaryrefslogtreecommitdiff
path: root/src/auxiliaryFunctions/interfaces
diff options
context:
space:
mode:
authortorset2009-02-10 13:52:09 +0000
committertorset2009-02-10 13:52:09 +0000
commit9cea656d20e16294356b99e360d93ab64e3e1e54 (patch)
treef0a587b6c4ffe20b491de41e46df4f77b07fe695 /src/auxiliaryFunctions/interfaces
parentf9c7b6ca2059bc2f6737a406b4edfa34e32c57aa (diff)
downloadscilab2c-9cea656d20e16294356b99e360d93ab64e3e1e54.tar.gz
scilab2c-9cea656d20e16294356b99e360d93ab64e3e1e54.tar.bz2
scilab2c-9cea656d20e16294356b99e360d93ab64e3e1e54.zip
Add lev files end linked files
Diffstat (limited to 'src/auxiliaryFunctions/interfaces')
-rw-r--r--src/auxiliaryFunctions/interfaces/int_conj.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/auxiliaryFunctions/interfaces/int_conj.h b/src/auxiliaryFunctions/interfaces/int_conj.h
index 66f81b88..e37819e4 100644
--- a/src/auxiliaryFunctions/interfaces/int_conj.h
+++ b/src/auxiliaryFunctions/interfaces/int_conj.h
@@ -15,7 +15,7 @@
#ifndef __INT_CONJ_H__
#define __INT_CONJ_H__
-#define copy(in, size, out) for (int i=0; i<size;i++) out[i]=in[i];
+#define copy(in, size, out) {int i;for (i=0; i<size;i++) out[i]=in[i];}
#define s0conjs0(in) in