=================================================================== RCS file: /home/cvs/OpenXM/src/ox_math/mlo.c,v retrieving revision 1.7 retrieving revision 1.9 diff -u -p -r1.7 -r1.9 --- OpenXM/src/ox_math/mlo.c 2000/10/10 19:58:29 1.7 +++ OpenXM/src/ox_math/mlo.c 2000/12/03 21:46:52 1.9 @@ -1,5 +1,5 @@ /* -*- mode: C -*- */ -/* $OpenXM: OpenXM/src/ox_math/mlo.c,v 1.6 2000/03/10 12:38:46 ohara Exp $ */ +/* $OpenXM: OpenXM/src/ox_math/mlo.c,v 1.8 2000/11/28 20:16:03 ohara Exp $ */ /* Copyright (C) Katsuyoshi OHARA, 2000. @@ -16,7 +16,7 @@ #include #include #include "mlo.h" -#include "serv2.h" +#include "sm.h" /* If this flag sets then we identify MLTKSYM to CMO_INDETERMINATE. */ int flag_mlo_symbol = FLAG_MLTKSYM_IS_INDETERMINATE; @@ -81,6 +81,8 @@ cmo *convert_mlo_to_cmo(mlo *m) return m; } #endif + +#define MLO_FUNCTION (CMO_PRIVATE+1) mlo_function *new_mlo_function(char *function) {