Commit faa9c5cb authored by Richard Levitte's avatar Richard Levitte
Browse files

Fix Perl problems on sparc64.

This is part of a large change submitted by Markus Friedl <markus@openbsd.org>
parent d2c786db
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
#!/usr/local/bin/perl

# fixes bug in floating point emulation on sparc64 when
# this script produces off-by-one output on sparc64
use integer;

sub obj_cmp
	{
	local(@a,@b,$_,$r);