[BACK]Return to plot.c CVS log [TXT][DIR] Up to [local] / OpenXM_contrib2 / windows / engine2000

Diff for /OpenXM_contrib2/windows/engine2000/plot.c between version 1.11 and 1.12

version 1.11, 2014/08/20 16:51:34 version 1.12, 2017/08/30 09:40:31
Line 45 
Line 45 
  * DEVELOPER SHALL HAVE NO LIABILITY IN CONNECTION WITH THE USE,   * DEVELOPER SHALL HAVE NO LIABILITY IN CONNECTION WITH THE USE,
  * PERFORMANCE OR NON-PERFORMANCE OF THE SOFTWARE.   * PERFORMANCE OR NON-PERFORMANCE OF THE SOFTWARE.
  *   *
  * $OpenXM: OpenXM_contrib2/windows/engine2000/plot.c,v 1.10 2014/05/13 20:07:23 ohara Exp $   * $OpenXM: OpenXM_contrib2/windows/engine2000/plot.c,v 1.11 2014/08/20 16:51:34 ohara Exp $
 */  */
 #include "ca.h"  #include "ca.h"
 #include "parse.h"  #include "parse.h"
Line 184  static void process_ox(int id, Obj obj, unsigned int s
Line 184  static void process_ox(int id, Obj obj, unsigned int s
         ERR err;          ERR err;
         int ret;          int ret;
         extern char LastError[];          extern char LastError[];
         extern int recv_intr;  
   
 #if defined(VISUAL)          check_intr();
         if ( recv_intr ) {  
                 if ( recv_intr == 1 ) {  
                         recv_intr = 0;  
                         int_handler(SIGINT);  
                 } else {  
                         recv_intr = 0;  
                         ox_usr1_handler(0);  
                 }  
         }  
 #endif  
         if ( do_message )          if ( do_message )
                 fprintf(stderr,"#%d Got %s",serial,name_of_id(id));                  fprintf(stderr,"#%d Got %s",serial,name_of_id(id));
         switch ( id ) {          switch ( id ) {

Legend:
Removed from v.1.11  
changed lines
  Added in v.1.12

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>