C:/Users/Dennis/src/lang/russell.orig/src/stree/stmkfields.m

Go to the documentation of this file.
00001 # define NOTYPEDEFS
00002 
00003 # include "../parm.h"
00004 
00005 /*
00006  * stmkfields declaration macros for use with streedefs.h
00007  */
00008 
00009 # define TOP unsigned stmkfields[] = {
00010 
00011 # define START(x,y) 0 \
00012 #       set SHIFT WORDLENGTH \
00013 #       decr SHIFT
00014 
00015 # define DECSHIFT \
00016 #       decr SHIFT
00017 
00018 # define SETBIT  +(1<<SHIFT) DECSHIFT
00019 
00020 # define INT(fld) DECSHIFT
00021 # define UNSIGNED(fld) SETBIT
00022 # define NODESTAR(fld) SETBIT
00023 # define SIG(fld) SETBIT
00024 # define HNODESTAR(fld) DECSHIFT
00025 # define HSIG(fld) DECSHIFT
00026 # define CNSTAR(fld) SETBIT
00027 # define REFCNT(fld) DECSHIFT
00028 # define NODEKIND(fld) DECSHIFT
00029 # define VLINENO(fld) DECSHIFT
00030 # define STTINDX(fld) SETBIT
00031 # define LISTPTR(fld) SETBIT
00032 # define HLISTPTR(fld) DECSHIFT
00033 # define LBACKREF(fld) DECSHIFT
00034 # define BACKREF(fld) DECSHIFT
00035 # define BITVECTOR(fld) SETBIT
00036 # define STRPTR(fld) SETBIT
00037 # define HSTRPTR(fld) DECSHIFT
00038 # define NBPTR(fld) SETBIT
00039 
00040 # define FINISH ,
00041 
00042 # define BOTTOM };
00043 
00044 # include "streedefs.h"

Generated on Fri Jan 25 10:39:48 2008 for russell by  doxygen 1.5.4