This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perl5db: remove leading ampersand.
[perl5.git] / ext / ODBM_File / hints / ultrix.pl
CommitLineData
cfa36279 1# Try to work around "bad free" messages. See note in ODBM_File.xs.
36816da2 2# Andy Dougherty <doughera@lafayette.edu>
cfa36279 3# Sun Sep 8 12:57:52 EDT 1996
4$self->{CCFLAGS} = $Config{ccflags} . ' -DDBM_BUG_DUPLICATE_FREE' ;