Sophie

Sophie

distrib > Mandriva > current > i586 > media > contrib-release-src > by-pkgid > 57fbdd5102632b7763c985487987fb03 > files > 11

scilab-5.2.2-2mdv2010.1.src.rpm

--- scilab-5.1/modules/tclsci/src/c/TCL_getErrorLine.c	2009-02-12 13:17:26.000000000 +0000
+++ scilab-5.1/modules/tclsci/src/c/TCL_getErrorLine.c.tpg	2009-02-18 10:49:41.000000000 +0000
@@ -10,6 +10,8 @@
  *
  */
 
+#define USE_INTERP_ERRORLINE
+
 #include "TCL_Global.h"
 
 /*--------------------------------------------------------------------------*/
@@ -29,7 +31,6 @@
    interp->errorLine, but I define it anyway in case one of the
    ifdef above fails
 */
-#define USE_INTERP_ERRORLINE
     return interp->errorLine;
 }
 /*--------------------------------------------------------------------------*/