version 1.12, 2003/01/15 05:08:10 |
version 1.13, 2003/01/15 10:46:09 |
|
|
/* -*- mode: C -*- */ |
/* -*- mode: C -*- */ |
/* $OpenXM: OpenXM/src/ox_math/mlo.c,v 1.11 2003/01/13 12:04:53 ohara Exp $ */ |
/* $OpenXM: OpenXM/src/ox_math/mlo.c,v 1.12 2003/01/15 05:08:10 ohara Exp $ */ |
|
|
/* |
/* |
Copyright (C) Katsuyoshi OHARA, 2000. |
Copyright (C) Katsuyoshi OHARA, 2000. |
Line 33 static mlo *ml_return0(); |
|
Line 33 static mlo *ml_return0(); |
|
/* #define STATE_NONE */ |
/* #define STATE_NONE */ |
#define STATE_INTERRUPTED 1 |
#define STATE_INTERRUPTED 1 |
#define STATE_ABORTED 2 |
#define STATE_ABORTED 2 |
#define STATE_RESERVE_INTERRUTION 4 |
#define STATE_RESERVE_INTERRUPTION 4 |
#define STATE_RESERVE_ABORTION 8 |
#define STATE_RESERVE_ABORTION 8 |
#define STATE_IDLE 16 |
#define STATE_IDLE 16 |
|
|
|
|
{ |
{ |
while(!MLReady(stdlink)) { |
while(!MLReady(stdlink)) { |
#if 0 |
#if 0 |
if (state == STATE_RESERVE_INTERRUTION) { |
if (state == STATE_RESERVE_INTERRUPTION) { |
ml_interrupt(); |
ml_interrupt(); |
}else if (state == STATE_RESERVE_ABORTION) { |
}else if (state == STATE_RESERVE_ABORTION) { |
ml_abort(); |
ml_abort(); |