Skip to content

Commit

Permalink
pymain fence
Browse files Browse the repository at this point in the history
  • Loading branch information
pmp-p committed Nov 29, 2024
1 parent a207d49 commit 775ad39
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions support/__EMSCRIPTEN__.sh
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ END
#include "Python.h"
#if __PYDK__
#if defined(__PYGBAG__)
#include "pycore_call.h" // _PyObject_CallNoArgs()
#include "pycore_initconfig.h" // _PyArgv
#include "pycore_interp.h" // _PyInterpreterState.sysdict
Expand Down Expand Up @@ -108,7 +108,7 @@ main(int argc, char **argv)
return Py_BytesMain(argc, argv);
}
#endif //#if __PYDK__
#endif // __PYGBAG__
END

popd
Expand Down

0 comments on commit 775ad39

Please sign in to comment.