Skip to content

Commit a9680bc

Browse files
pablogsalvstinner
andcommitted
Update Python/ceval.c
Co-authored-by: Victor Stinner <vstinner@python.org>
1 parent c11e70f commit a9680bc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Python/ceval.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ static int opcache_min_runs = 1024; /* create opcache when code executed this t
112112
#define OPCACHE_STATS 0 /* Enable stats */
113113

114114
void
115-
_PyEval_DeactivateOpCache()
115+
_PyEval_DeactivateOpCache(void)
116116
{
117117
opcache_min_runs = 0;
118118
}

0 commit comments

Comments
 (0)