X-Git-Url: https://git.distorted.org.uk/~mdw/catacomb/blobdiff_plain/0f00dc4c8eb47e67bc0f148c2dd109f73a451e0a..a5591f917bd97e7b0874ee0f1fb158681382ae3e:/math/gfreduce.h?ds=sidebyside diff --git a/math/gfreduce.h b/math/gfreduce.h index 2c8a8845..9f69585d 100644 --- a/math/gfreduce.h +++ b/math/gfreduce.h @@ -34,6 +34,8 @@ /*----- Header files ------------------------------------------------------*/ +#include + #ifndef CATACOMB_GF_H # include "gf.h" #endif @@ -58,7 +60,8 @@ typedef struct gfreduce { mpw mask; /* Mask for degree word */ mp *p; /* Copy of the polynomial */ size_t in; /* Number of instruction words */ - gfreduce_instr *iv, *liv; /* Vector of instructions */ + gfreduce_instr *iv; /* Vector of instructions */ + gfreduce_instr *fiv; /* Final-pass instruction suffix */ } gfreduce; /*----- Functions provided ------------------------------------------------*/