Skip to content

Commit 9821377

Browse files
committed
Test a static.c change
1 parent 032f9d0 commit 9821377

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src_c/static.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -84,8 +84,8 @@ import_pygame_window(void)
8484
{
8585
}
8686

87-
PyMODINIT_FUNC
88-
PyInit_base(void);
87+
// PyMODINIT_FUNC
88+
// PyInit_base(void);
8989
PyMODINIT_FUNC
9090
PyInit_color(void);
9191
PyMODINIT_FUNC
@@ -287,7 +287,7 @@ PyInit_pygame_static()
287287
// for correct input in wasm worker
288288
SDL_SetHint("SDL_EMSCRIPTEN_KEYBOARD_ELEMENT", "1");
289289

290-
load_submodule("pygame", PyInit_base(), "base");
290+
// load_submodule("pygame", PyInit_base(), "base");
291291
load_submodule("pygame", PyInit_constants(), "constants");
292292
load_submodule("pygame", PyInit_surflock(), "surflock");
293293
load_submodule("pygame", PyInit_rwobject(), "rwobject");

0 commit comments

Comments
 (0)