=================================================================== RCS file: /home/cvs/OpenXM/src/ox_math/mlo.h,v retrieving revision 1.8 retrieving revision 1.9 diff -u -p -r1.8 -r1.9 --- OpenXM/src/ox_math/mlo.h 2003/03/23 21:56:11 1.8 +++ OpenXM/src/ox_math/mlo.h 2003/03/30 08:07:10 1.9 @@ -1,4 +1,4 @@ -/* $OpenXM: OpenXM/src/ox_math/mlo.h,v 1.7 2003/02/12 08:28:41 ohara Exp $ */ +/* $OpenXM: OpenXM/src/ox_math/mlo.h,v 1.8 2003/03/23 21:56:11 ohara Exp $ */ #ifndef _MLO_H_ #define _MLO_H_ @@ -20,9 +20,7 @@ typedef struct { typedef cmo mlo; typedef cmo_string mlo_string; -#if defined(WITH_GMP) typedef cmo_zz mlo_zz; -#endif mlo_function *new_mlo_function(char *function);