Skip to content

Commit a0e9293

Browse files
committed
fix bug
1 parent 93b8972 commit a0e9293

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

cpyr3.pxd

+1-6
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
1-
21
cdef extern from "r3.h":
32
ctypedef struct node:
4-
pass
3+
void *data
54

65
ctypedef struct edge:
76
pass
@@ -15,7 +14,3 @@ cdef extern from "r3.h":
1514

1615
int r3_tree_compile(node *n, char** errstr)
1716
node * r3_tree_match(const node * n, const char * path, match_entry * entry)
18-
19-
20-
21-

0 commit comments

Comments
 (0)