summaryrefslogtreecommitdiff
path: root/2.3-1/macros/FunctionAnnotation/FA_GetFunAnn.sci
diff options
context:
space:
mode:
authorBrijeshcr2017-07-08 20:18:46 +0530
committerGitHub2017-07-08 20:18:46 +0530
commit26ab8620e89571314bc1a828bd9aca3d288eaede (patch)
treee0f47fecb8b5d5e63491c7440d9ecc3072e5cd05 /2.3-1/macros/FunctionAnnotation/FA_GetFunAnn.sci
parent3adebb16388c6712f7d9c268b91849d164e696df (diff)
parent39874e472e540ca1bb923b97b52900e1d60439cc (diff)
downloadScilab2C-26ab8620e89571314bc1a828bd9aca3d288eaede.tar.gz
Scilab2C-26ab8620e89571314bc1a828bd9aca3d288eaede.tar.bz2
Scilab2C-26ab8620e89571314bc1a828bd9aca3d288eaede.zip
Merge pull request #13 from FOSSEE/revert-12-master
Revert "SCi2cDeps updated, Windows compatibility resolved"
Diffstat (limited to '2.3-1/macros/FunctionAnnotation/FA_GetFunAnn.sci')
-rw-r--r--2.3-1/macros/FunctionAnnotation/FA_GetFunAnn.sci7
1 files changed, 0 insertions, 7 deletions
diff --git a/2.3-1/macros/FunctionAnnotation/FA_GetFunAnn.sci b/2.3-1/macros/FunctionAnnotation/FA_GetFunAnn.sci
index daf012f1..3fadd1f2 100644
--- a/2.3-1/macros/FunctionAnnotation/FA_GetFunAnn.sci
+++ b/2.3-1/macros/FunctionAnnotation/FA_GetFunAnn.sci
@@ -52,11 +52,7 @@ FunSizeAnnot = '';
// ---------------------------------------------
// --- Open the .sci file (read only). ---
inclsfid = SCI2COpenFileRead(SCI2CClassFileName);
-<<<<<<< HEAD
PrintStringInfo(' '+string(inclsfid),ReportFileName,'file','y');
-=======
-
->>>>>>> 9e5793a7b05b23e6044a6d7a9ddd5db39ba375f0
// #RNU_RES_B
// --- Loop over the lines of the input file. ---
// Position file pointer to the desired NInArg/NOutArg section,
@@ -216,9 +212,6 @@ mclose(inclsfid);
// -------------------------------------------------
// --- End Read the annotations of the function. ---
// -------------------------------------------------
-<<<<<<< HEAD
PrintStringInfo(' end of annotation '+string(NOutArg_mod),ReportFileName,'file','y');
-=======
->>>>>>> 9e5793a7b05b23e6044a6d7a9ddd5db39ba375f0
endfunction