Change back to int. (did not do what expected)
This commit is contained in:
@@ -37,7 +37,7 @@ typedef struct _ParseObject {
|
|||||||
char *filename;
|
char *filename;
|
||||||
|
|
||||||
/** Length of string */
|
/** Length of string */
|
||||||
yy_size_t str_len;
|
int str_len;
|
||||||
/** String */
|
/** String */
|
||||||
const char *input_str;
|
const char *input_str;
|
||||||
/** Position in file */
|
/** Position in file */
|
||||||
|
Reference in New Issue
Block a user