Diff for /Amaya/amaya/AHTBridge.c between versions 1.65 and 1.66

version 1.65, 1998/09/24 08:13:23 version 1.66, 1998/12/14 09:04:52
Line 135  XtInputId          *id; Line 135  XtInputId          *id;
         
    /* Invokes the callback associated to the requests */     /* Invokes the callback associated to the requests */
         
    CanDoStop_set (FALSE);     /**   CanDoStop_set (FALSE); **/
    if ((status = HTEventList_dispatch (socket, type, now)) != HT_OK)     if ((status = HTEventList_dispatch (socket, type, now)) != HT_OK)
      {       {
 #ifdef DEBUG_LIBWWW  #ifdef DEBUG_LIBWWW
Line 143  XtInputId          *id; Line 143  XtInputId          *id;
 #endif  #endif
      }       }
   
    CanDoStop_set (TRUE);     /***   CanDoStop_set (TRUE); **/
   
    return (0);     return (0);
 }  }

Removed from v.1.65  
changed lines
  Added in v.1.66


Webmaster