Skip to content

Commit cf9301c

Browse files
committed
Use same define as CPython for 'Python.h'.
1 parent 540240d commit cf9301c

File tree

1 file changed

+2
-2
lines changed
  • graalpython/com.oracle.graal.python.cext/include

1 file changed

+2
-2
lines changed

graalpython/com.oracle.graal.python.cext/include/Python.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@
3636
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
3737
* SOFTWARE.
3838
*/
39-
#ifndef PYTHON_H
40-
#define PYTHON_H
39+
#ifndef Py_PYTHON_H
40+
#define Py_PYTHON_H
4141

4242
#define HAVE_UTIME_H
4343
#define HAVE_UNISTD_H

0 commit comments

Comments
 (0)