> > On Wed, Jun 03, 2009 at 07:27:46PM +0200, micges wrote:
> >>        if (execRetval == 2 /* INTERP_ENDFILE */ ) {
> >>     
> 
> Jeff Epler napisaƂ(a):
> > Why not change this one as long as you're in here? (of course,
> > INTERP_ENDFILE is not 2 in my copy of emc!)
> >
> > Jeff
> >
> >   
On Wed, Jun 03, 2009 at 11:43:12PM +0200, micges wrote:
> there is no such line in source or diff.

@@ -1987,18 +1930,11 @@
                interp_list.set_line_number(--pseudoMdiLineNumber);
            }
            execRetval = emcTaskPlanExecute(execute_msg->command, 
pseudoMdiLineNumber);
-           if (EMC_DEBUG & EMC_DEBUG_INTERP) {
-               rcs_print("emcTaskPlanExecute(%s) returned %d\n",
-                         execute_msg->command, execRetval);
-           }
            if (execRetval == 2 /* INTERP_ENDFILE */ ) {
            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Please look again.  It's not a line you touched, but it was in the
context of something you were changing.

Jeff

------------------------------------------------------------------------------
OpenSolaris 2009.06 is a cutting edge operating system for enterprises 
looking to deploy the next generation of Solaris that includes the latest 
innovations from Sun and the OpenSource community. Download a copy and 
enjoy capabilities such as Networking, Storage and Virtualization. 
Go to: http://p.sf.net/sfu/opensolaris-get
_______________________________________________
Emc-developers mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/emc-developers

Reply via email to