[BACK]Return to ox.h CVS log [TXT][DIR] Up to [local] / OpenXM_contrib2 / asir2000 / include

Diff for /OpenXM_contrib2/asir2000/include/ox.h between version 1.22 and 1.23

version 1.22, 2007/02/18 05:36:28 version 1.23, 2010/04/23 04:44:52
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/asir2000/include/ox.h,v 1.21 2004/01/25 11:54:09 ohara Exp $   * $OpenXM: OpenXM_contrib2/asir2000/include/ox.h,v 1.22 2007/02/18 05:36:28 ohara Exp $
 */  */
 #include "com.h"  #include "com.h"
   
Line 144 
Line 144 
 #define SM_reduce_102 283  #define SM_reduce_102 283
   
 #define SM_nop 300  #define SM_nop 300
   
   /* local SM command in ox_asir */
   #define SM_executeFunctionSync 400
   
 #define SM_control_kill                                 1024  #define SM_control_kill                                 1024
 #define SM_control_intr                                 1025  #define SM_control_intr                                 1025

Legend:
Removed from v.1.22  
changed lines
  Added in v.1.23

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