Develop and Download Open Source Software

Browse CVS Repository

Contents of /caraway/caraway/vm.h

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.1.1.1 - (show annotations) (download) (as text) (vendor branch)
Tue Jan 24 07:38:06 2006 UTC (18 years, 2 months ago) by reno
Branch: MAIN, reno
CVS Tags: start, HEAD
Changes since 1.1: +0 -0 lines
File MIME type: text/x-chdr
initial import into cvs

1 enum {
2 #define DEFINSN(sym) sym,
3 #define DEFINSN_N(sym, num) sym, _CWOp##sym = sym + num - 1,
4 #define DEFINSN_LAST(sym) _CWOp##sym, sym = _CWOp##sym - 1,
5 #include "vminsn.h"
6 #undef DEFINSN
7 #undef DEFINSN_N
8 CWOpLast
9 };
10

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26