minor comments;
This commit is contained in:
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…
x
Reference in New Issue
Block a user