Merge remote-tracking branch 'bunter/master'
This commit is contained in:
commit
49075be38a
1 changed files with 1 additions and 1 deletions
|
|
@ -229,7 +229,7 @@ const HParser* h_action(const HParser* p, const HAction a);
|
||||||
*
|
*
|
||||||
* Result token type: TT_UINT
|
* Result token type: TT_UINT
|
||||||
*/
|
*/
|
||||||
const HParser* h_not_in(const uint8_t *charset, int length);
|
const HParser* h_not_in(const uint8_t *charset, size_t length);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* A no-argument parser that succeeds if there is no more input to
|
* A no-argument parser that succeeds if there is no more input to
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue