X-Git-Url: https://git.subgeniuskitty.com/unix-history/.git/blobdiff_plain/27c51c7b1e0c84ccb7870fa09bce2610fedae9da..5dec0c344223bad5ae5da7016ef0bf9a18a00be4:/usr/src/lib/libm/vax/argred.s diff --git a/usr/src/lib/libm/vax/argred.s b/usr/src/lib/libm/vax/argred.s index d771a768fb..8f933981d3 100644 --- a/usr/src/lib/libm/vax/argred.s +++ b/usr/src/lib/libm/vax/argred.s @@ -10,8 +10,10 @@ # their experiences (good or bad) with these elementary function codes, # using "sendbug 4bsd-bugs@BERKELEY", to the authors. # - -# @(#)argred.s 1.1 (Berkeley) 8/21/85; 1.2 (ucb.elefunt) %G% + .data + .align 2 +_sccsid: +.asciz "@(#)argred.s 1.1 (Berkeley) 8/21/85; 1.4 (ucb.elefunt) %G%" # libm$argred implements Bob Corbett's argument reduction and # libm$sincos implements Peter Tang's double precision sin/cos.