8000 veryhigh: make _gopy_PyRun_SimpleString static · limaochang/go-python@c77e4ca · GitHub
[go: up one dir, main page]

Skip to content

Commit c77e4ca

Browse files
committed
veryhigh: make _gopy_PyRun_SimpleString static
1 parent bdbe860 commit c77e4ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

veryhigh.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ package python
33
//#include "Python.h"
44
//#include <stdlib.h>
55
//#include <string.h>
6-
//int _gopy_PyRun_SimpleString(const char *command)
6+
//static int _gopy_PyRun_SimpleString(const char *command)
77
//{return PyRun_SimpleString(command);}
88
import "C"
99

0 commit comments

Comments
 (0)
0