diff options
| author | kr.angelov <kr.angelov@gmail.com> | 2012-06-13 05:49:30 +0000 |
|---|---|---|
| committer | kr.angelov <kr.angelov@gmail.com> | 2012-06-13 05:49:30 +0000 |
| commit | 3ad5493758227a3d273dea66061fa254f14c886d (patch) | |
| tree | 1f6f3219f23b5ba1b21a527858fe19bcf901ebe2 /src/runtime/c/gu/seq.h | |
| parent | cc58e2d05f75710f018efd5e026686146e9b4b9d (diff) | |
Use a separated tag for meta productions in the robust parser. This cleans up the code a lot
Diffstat (limited to 'src/runtime/c/gu/seq.h')
| -rw-r--r-- | src/runtime/c/gu/seq.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/runtime/c/gu/seq.h b/src/runtime/c/gu/seq.h index b21933a65..52b2bfc7e 100644 --- a/src/runtime/c/gu/seq.h +++ b/src/runtime/c/gu/seq.h @@ -10,6 +10,9 @@ typedef struct GuBuf GuBuf; typedef GuOpaque() GuSeq; GuSeq +gu_empty_seq(); + +GuSeq gu_make_seq(size_t elem_size, size_t len, GuPool* pool); #define gu_new_seq(T, N, POOL) \ |
