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

Skip to content

Commit 79ab26c

Browse files
committed
Add missing macro
1 parent eaea41e commit 79ab26c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Python/gc.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -471,7 +471,7 @@ validate_consistent_old_space(PyGC_Head *head)
471471

472472

473473
#else
474-
#define validate_old(g) do{}while(0)
474+
#define validate_spaces(g) do{}while(0)
475475
#define validate_consistent_old_space(l) do{}while(0)
476476
#define gc_list_validate_space(l, s) do{}while(0)
477477
#endif

0 commit comments

Comments
 (0)