minor changes

This commit is contained in:
Meredith L. Patterson 2012-05-26 19:15:56 +02:00
parent 8e9c480a45
commit 8d74686a7e
2 changed files with 9 additions and 8 deletions

View file

@ -229,7 +229,7 @@ const HParser* h_action(const HParser* p, const HAction a);
*
* 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