Skip to content

Commit

Permalink
declarations: fix ‘python_cffi_uv_version’ undeclared
Browse files Browse the repository at this point in the history
  • Loading branch information
koehlma committed Jan 23, 2016
1 parent 55918bf commit 5824f0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cffi_declarations.c
Original file line number Diff line number Diff line change
Expand Up @@ -753,7 +753,7 @@ const char* uv_err_name(int);


/* Python */
const char* python_cffi_uv_version;
const char* PYTHON_UV_CFFI_VERSION;

typedef struct {
void* magic;
Expand Down

0 comments on commit 5824f0a

Please sign in to comment.