X-Git-Url: http://4ch.mooo.com/gitweb/?a=blobdiff_plain;f=src%2Flib%2Ftypdefst.h;h=286f675cffb6addfb4cf93885b19f13f6f555874;hb=78e49a63b67a926b70e80d8c91a5a5308050755f;hp=d01ebab40598eea90e70e85fbdba0ad4273d67bd;hpb=97b313e6e26b3fe91b40cb523a84a54dc430f704;p=16.git diff --git a/src/lib/typdefst.h b/src/lib/typdefst.h index d01ebab4..286f675c 100755 --- a/src/lib/typdefst.h +++ b/src/lib/typdefst.h @@ -184,15 +184,10 @@ typedef struct //from 16_ca //========================================================================== -typedef struct -{ - unsigned bit0,bit1; // 0-255 is a character, > is a pointer to a node -} huffnode; - typedef struct { byte ca_levelbit,ca_levelnum; - huffnode huffnode; + //huffnode huffnode; } ca_t; //==========================================================================