=================================================================== RCS file: /home/cvs/OpenXM/src/ox_math/Attic/oxtag.h,v retrieving revision 1.2 retrieving revision 1.3 diff -u -p -r1.2 -r1.3 --- OpenXM/src/ox_math/Attic/oxtag.h 1999/11/02 06:11:58 1.2 +++ OpenXM/src/ox_math/Attic/oxtag.h 1999/11/07 12:12:55 1.3 @@ -1,8 +1,7 @@ /* -*- mode: C; coding: euc-japan -*- */ -/* $OpenXM$ */ -/* $Id: oxtag.h,v 1.2 1999/11/02 06:11:58 ohara Exp $ */ +/* $OpenXM: OpenXM/src/ox_math/oxtag.h,v 1.2 1999/11/02 06:11:58 ohara Exp $ */ -/* from ox_kan.h */ +/* A part of ox_kan.h */ /* Do not edit this file. */ /* cmotag.h */ @@ -29,7 +28,7 @@ #define CMO_ZZ 20 #define CMO_QQ 21 #define CMO_ZERO 22 -#define CMO_DMS 23 /* Distributed monomial system */ +/* #define CMO_DMS 23 /* Distributed monomial system */ #define CMO_DMS_GENERIC 24 #define CMO_DMS_OF_N_VARIABLES 25 #define CMO_RING_BY_NAME 26 @@ -38,7 +37,7 @@ #define CMO_INT32COEFF 30 #define CMO_DISTRIBUTED_POLYNOMIAL 31 -/* #define CMO_ZZ 32 */ +/* #define CMO_ZZ_OLD 32 */ #define CMO_POLYNOMIAL_IN_ONE_VARIABLE 33 #define CMO_RATIONAL 34