Loading crypto/objects/obj_dat.pl +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); Loading Loading
crypto/objects/obj_dat.pl +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); Loading