Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 8b523f9

Browse files
committed
Added reop
1 parent 5f896a4 commit 8b523f9

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

PC/config.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ extern void initnew();
4848
extern void initnt();
4949
extern void initoperator();
5050
extern void initregex();
51+
extern void initreop();
5152
extern void initrgbimg();
5253
extern void initrotor();
5354
extern void initsignal();
@@ -85,6 +86,7 @@ struct _inittab _PyImport_Inittab[] = {
8586
{"nt", initnt}, /* Use the NT os functions, not posix */
8687
{"operator", initoperator},
8788
{"regex", initregex},
89+
{"reop", initreop},
8890
{"rgbimg", initrgbimg},
8991
{"rotor", initrotor},
9092
{"signal", initsignal},

0 commit comments

Comments
 (0)