diff options
author | Malcolm Beattie <mbeattie@sable.ox.ac.uk> | 1997-11-11 17:46:59 +0000 |
---|---|---|
committer | Malcolm Beattie <mbeattie@sable.ox.ac.uk> | 1997-11-11 17:46:59 +0000 |
commit | 12f917ad6d7e3aea6f84bc265d3b6d1b415c7598 (patch) | |
tree | a7f268f271a96c3a02248a953ac2a8bdf2f1e585 /ext/GDBM_File | |
parent | e5687acb0c7cb7e00d80dde70d5d9163677bffea (diff) | |
download | perl-12f917ad6d7e3aea6f84bc265d3b6d1b415c7598.tar.gz |
Fix up ansiperl integration. Back to passing all expected tests
with usethreads. Untested with non-threaded perl.
p4raw-id: //depot/perl@231
Diffstat (limited to 'ext/GDBM_File')
-rw-r--r-- | ext/GDBM_File/GDBM_File.xs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/GDBM_File/GDBM_File.xs b/ext/GDBM_File/GDBM_File.xs index d3305ec38d..ac1ca8c68d 100644 --- a/ext/GDBM_File/GDBM_File.xs +++ b/ext/GDBM_File/GDBM_File.xs @@ -20,7 +20,7 @@ typedef GDBM_FILE GDBM_File; typedef datum gdatum; -typedef void (*FATALFUNC)(...); +typedef void (*FATALFUNC)(); static int not_here(char *s) |