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/DB_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/DB_File')
-rw-r--r-- | ext/DB_File/DB_File.xs | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/ext/DB_File/DB_File.xs b/ext/DB_File/DB_File.xs index bd0c933329..959f3425eb 100644 --- a/ext/DB_File/DB_File.xs +++ b/ext/DB_File/DB_File.xs @@ -140,7 +140,6 @@ btree_compare(key1, key2) const DBT * key1 ; const DBT * key2 ; { - dTHR ; dSP ; void * data1, * data2 ; int retval ; @@ -188,7 +187,6 @@ btree_prefix(key1, key2) const DBT * key1 ; const DBT * key2 ; { - dTHR ; dSP ; void * data1, * data2 ; int retval ; @@ -236,7 +234,6 @@ hash_cb(data, size) const void * data ; size_t size ; { - dTHR ; dSP ; int retval ; int count ; |