Difference for common/loader.l from version 1.72 to 1.73


version 1.72 version 1.73
Line 1
 
Line 1
 %{  %{
 /*  /*
  * static char *rcsid_object_c =   * static char *rcsid_object_c =
  *   "$Id: loader.l,v 1.72 2006/02/05 05:27:07 mwedel Exp $";   *   "$Id: loader.l,v 1.73 2006/02/05 09:10:51 mwedel Exp $";
  */   */
   
 /*  /*
Line 1547
 
Line 1547
   
     /* Quick check, and probably fairly common */      /* Quick check, and probably fairly common */
     if (mt == MOVE_ALL) return retbuf_all;      if (mt == MOVE_ALL) return retbuf_all;
       if (mt == 0) {
    strcpy(retbuf,"0");
    return retbuf;
       }
   
     /* We basically slide the bits down.  Why look at MOVE_ALL?      /* We basically slide the bits down.  Why look at MOVE_ALL?
      * because we may want to return a string like 'all -swim',       * because we may want to return a string like 'all -swim',


Legend:
line(s) removed in v.1.72 
line(s) changed
 line(s) added in v.1.73

File made using version 1.98 of cvs2html by leaf at 2011-07-21 17:11