More compiler tweaks.
[p5sagit/p5-mst-13.2.git] / ext / GDBM_File / GDBM_File.xs
index d3305ec..ac1ca8c 100644 (file)
@@ -20,7 +20,7 @@ typedef GDBM_FILE GDBM_File;
 
 typedef datum gdatum;
 
-typedef void (*FATALFUNC)(...);
+typedef void (*FATALFUNC)();
 
 static int
 not_here(char *s)