minor comments;

master
Alexander Vdolainen 5 years ago
parent 9a055e83f3
commit f5c0db55ac

@ -569,11 +569,11 @@ typedef struct sexp_iowrap {
/* TODO: doxygen? more doxygen */
typedef struct sexp_cstrwrap {
pcont_t *cc;
const char *seval;
pcont_t *cc; /* continuation used to parse */
const char *seval; /* pointer used to the original piece */
size_t rl, cnt;
size_t sln;
char buf[CSTRBUFSIZ];
char buf[CSTRBUFSIZ]; /* internal buffer */
} sexp_cstrwrap_t;
/*========*/

Loading…
Cancel
Save