cvs commit: hugs98/src/bcc32 options.h hugs98/src/djgpp2 options.h hugs98/src/epoc options.h hugs98/src/machugs options.h hugs98/src/msc options.h hugs98/src/winhugs options.h hugs98/src options.h.in server.h server.c
Alastair David Reid
reid@cs.utah.edu
26 Feb 2002 16:58:02 +0000
> - doIO_Int(int*) -- evaluate (IO Int) action.
> - doIO_Addr(void**) -- evaluate (IO Addr) action.
Instead of this, how about having doIO leave an HVal on the stack
which you can manipulate separately?
doIO_Void, doIO_Int, doIO_Addr, etc. could be provided as utilities on
top of this.
--
Alastair Reid reid@cs.utah.edu http://www.cs.utah.edu/~reid/