diff options
author | N.N. <krzyszcz@users.sourceforge.net> | 2005-11-21 22:16:37 +0000 |
---|---|---|
committer | N.N. <krzyszcz@users.sourceforge.net> | 2005-11-21 22:16:37 +0000 |
commit | c2014a0a771e621cec552c6ee88daddcb46d13fe (patch) | |
tree | 183540090b25920599d86cddfa03e37cefe45dec /shared/common/port.c | |
parent | a1ef2f36df1754e1146a8ed50c9ac6a1b0f33697 (diff) |
cyclone alpha55 (see notes.txt for cyclone and shared)
svn path=/trunk/externals/miXed/; revision=4011
Diffstat (limited to 'shared/common/port.c')
-rw-r--r-- | shared/common/port.c | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/shared/common/port.c b/shared/common/port.c index 5845210..fe58b6e 100644 --- a/shared/common/port.c +++ b/shared/common/port.c @@ -35,8 +35,10 @@ #define PORT_INISTACK 256 /* LATER rethink */ #define PORT_INISIZE 512 /* LATER rethink */ -enum { PORT_OK, - PORT_NEXT, /* next line, please */ +/* FIXME use messtree api */ + +enum { PORT_OK, /* MESSTREE_CONTINUE */ + PORT_NEXT, /* next line, please: MESSTREE_OK */ PORT_UNKNOWN, PORT_CORRUPT, PORT_FATAL }; /* cf binport.c */ |