avoid int
This commit is contained in:
parent
2d5f8f136d
commit
61ffaf5720
@ -112,8 +112,8 @@ typedef struct io_functions
|
|||||||
typedef struct io_position
|
typedef struct io_position
|
||||||
{ int64_t byteno; /* byte-position in file */
|
{ int64_t byteno; /* byte-position in file */
|
||||||
int64_t charno; /* character position in file */
|
int64_t charno; /* character position in file */
|
||||||
int lineno; /* lineno in file */
|
long int lineno; /* lineno in file */
|
||||||
int linepos; /* position in line */
|
long int linepos; /* position in line */
|
||||||
intptr_t reserved[2]; /* future extensions */
|
intptr_t reserved[2]; /* future extensions */
|
||||||
} IOPOS;
|
} IOPOS;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user