blob: b9b99ab8b5b7d249e10247b96fc56465d6aae794 (
plain) (
blame)
1
2
3
4
|
# Try to work around "bad free" messages. See note in ODBM_File.xs.
# Andy Dougherty <doughera@lafayette.edu>
# Sun Sep 8 12:57:52 EDT 1996
$self->{CCFLAGS} = $Config{ccflags} . ' -DDBM_BUG_DUPLICATE_FREE' ;
|