X-Git-Url: http://woldlab.caltech.edu/gitweb/?p=samtools.git;a=blobdiff_plain;f=kstring.h;h=ec5775b485316c4faaa190a2c501a57fc188985c;hp=c46a62bc8bd0284826c1c7dd78ff1698d54f54f7;hb=ced7709f121a00d5049d99ee8576037994aab1d1;hpb=62781a2daa24d74a3c590e2669fad1fa7cabf933 diff --git a/kstring.h b/kstring.h index c46a62b..ec5775b 100644 --- a/kstring.h +++ b/kstring.h @@ -19,6 +19,7 @@ typedef struct __kstring_t { typedef struct { uint64_t tab[4]; + int sep, finished; const char *p; // end of the current token } ks_tokaux_t;