[BACK]Return to xdeb.c CVS log [TXT][DIR] Up to [local] / OpenXM_contrib2 / asir2000 / parse

Diff for /OpenXM_contrib2/asir2000/parse/xdeb.c between version 1.1 and 1.2

version 1.1, 1999/12/03 07:39:12 version 1.2, 2000/02/08 04:47:12
Line 1 
Line 1 
 /* $OpenXM: OpenXM/src/asir99/parse/xdeb.c,v 1.1.1.1 1999/11/10 08:12:34 noro Exp $ */  /* $OpenXM: OpenXM_contrib2/asir2000/parse/xdeb.c,v 1.1.1.1 1999/12/03 07:39:12 noro Exp $ */
 #if defined(VISUAL)  #if defined(VISUAL)
 #if defined(VISUAL_LIB)  #if defined(VISUAL_LIB)
 #include <stdio.h>  #include <stdio.h>
Line 42  void show_debug_window(int on)
Line 42  void show_debug_window(int on)
 {}  {}
 #endif  #endif
 #else /* VISUAL */  #else /* VISUAL */
   #if DO_PLOT
 /*  /*
  *      xdeb.c --- Asir Debug interface.   *      xdeb.c --- Asir Debug interface.
  *   *
Line 177  char *buf;
Line 178  char *buf;
         }          }
         strcpy(buf,debug_cmd);          strcpy(buf,debug_cmd);
 }  }
   #else /* DO_PLOT */
   init_cmdwin() {}
   
   show_debug_window(on)
   int on;
   {}
   
   get_line(buf)
   char *buf;
   {}
   #endif /* DO_PLOT */
 #endif /* VISUAL */  #endif /* VISUAL */

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

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