]> granicus.if.org Git - python/commitdiff
Add missing "void" to function.
authorNeil Schemenauer <nascheme@enme.ucalgary.ca>
Thu, 28 Mar 2002 21:05:38 +0000 (21:05 +0000)
committerNeil Schemenauer <nascheme@enme.ucalgary.ca>
Thu, 28 Mar 2002 21:05:38 +0000 (21:05 +0000)
Objects/obmalloc.c

index f409ecd0af7a19705428eab82a15aa7498cc969e..e5ad0bcf96d4828ddea04690614a08790caa6301 100644 (file)
@@ -695,7 +695,7 @@ static ulong serialno = 0;  /* incremented on each debug {m,re}alloc */
    to supply a single place to set a breakpoint.
 */
 static void
-bumpserialno()
+bumpserialno(void)
 {
        ++serialno;
 }