diff --git a/include/chibi/sexp.h b/include/chibi/sexp.h index 918debbe..d161de9d 100644 --- a/include/chibi/sexp.h +++ b/include/chibi/sexp.h @@ -185,7 +185,8 @@ struct sexp_struct { FILE *stream; char *buf; char openp, sourcep; - sexp_uint_t offset, line, size; + sexp_uint_t offset, line; + size_t size; sexp name; sexp cookie; } port;