Skip to content

Commit 775ad39

Browse files
committed
pymain fence
1 parent a207d49 commit 775ad39

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

support/__EMSCRIPTEN__.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ END
4040
4141
#include "Python.h"
4242
43-
#if __PYDK__
43+
#if defined(__PYGBAG__)
4444
#include "pycore_call.h" // _PyObject_CallNoArgs()
4545
#include "pycore_initconfig.h" // _PyArgv
4646
#include "pycore_interp.h" // _PyInterpreterState.sysdict
@@ -108,7 +108,7 @@ main(int argc, char **argv)
108108
109109
return Py_BytesMain(argc, argv);
110110
}
111-
#endif //#if __PYDK__
111+
#endif // __PYGBAG__
112112
END
113113

114114
popd

0 commit comments

Comments
 (0)