=================================================================== RCS file: /home/cvs/OpenXM/src/OpenMath/OMproxy.java,v retrieving revision 1.31 retrieving revision 1.32 diff -u -p -r1.31 -r1.32 --- OpenXM/src/OpenMath/OMproxy.java 2000/03/14 04:44:17 1.31 +++ OpenXM/src/OpenMath/OMproxy.java 2000/03/14 05:02:34 1.32 @@ -1,5 +1,5 @@ /** - * $OpenXM: OpenXM/src/OpenMath/OMproxy.java,v 1.30 2000/03/12 14:24:21 tam Exp $ + * $OpenXM: OpenXM/src/OpenMath/OMproxy.java,v 1.31 2000/03/14 04:44:17 tam Exp $ */ import JP.ac.kobe_u.math.tam.OpenXM.*; @@ -136,7 +136,7 @@ class OMproxy implements Runnable{ { CMO[] CMOFormat = {new CMO_INT32(CMO.NULL), new CMO_INT32(CMO.INT32), - new CMO_INT32(CMO.CMO_STRING), + new CMO_INT32(CMO.STRING), new CMO_INT32(CMO.CMO_LIST), new CMO_INT32(CMO.CMO_MONOMIAL32), new CMO_INT32(CMO.CMO_ZZ),