Use lexer type so signedness is correct.

This commit is contained in:
Dave Davenport 2017-03-28 10:16:22 +02:00
parent 439532450a
commit 958bb0ebc6

View file

@ -37,7 +37,7 @@ typedef struct _ParseObject {
char *filename;
/** Length of string */
ssize_t str_len;
yy_size_t str_len;
/** String */
const char *input_str;
/** Position in file */