Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions pandas/_libs/src/parser/tokenizer.h
Original file line number Diff line number Diff line change
Expand Up @@ -162,9 +162,9 @@ typedef struct parser_t {
int64_t skip_footer;
// pick one, depending on whether the converter requires GIL
double (*double_converter_nogil)(const char *, char **,
char, char, char, int);
char, char, char, int, int *, int *);
double (*double_converter_withgil)(const char *, char **,
char, char, char, int);
char, char, char, int, int *, int *);

// error handling
char *warn_msg;
Expand Down