X-Git-Url: https://www.kengrimes.com/gitweb/?p=henge%2Fapc.git;a=blobdiff_plain;f=src%2Fir.c;h=0f8a46160f641c39ee696874e8fc041ba80fb23a;hp=4cec2062cc232ee2afc95c54e6e3200e91f5c5e1;hb=6035780f8e8c7ba47ae517ad6cf7e47515e847fd;hpb=598910007024e398205daba6ee894309e19743e1 diff --git a/src/ir.c b/src/ir.c index 4cec206..0f8a461 100644 --- a/src/ir.c +++ b/src/ir.c @@ -36,9 +36,6 @@ struct pagelist_t { struct pagenode_t* root, * head; size_t pagesize; }; -/* Set link data */ -enum dtype { FSDAT, MSDAT, ADAT, LDAT, FBDAT }; -enum ltype { OLINK, MLINK, VLINK, ALINK }; struct ir_namelist_t; struct ir_namelist_t { struct ir_namelist_t* nextsib;