Date: Sun, 8 Mar 1998 13:09:06 -0800 (PST) From: John Birrell <jb@FreeBSD.ORG> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-contrib@FreeBSD.ORG Subject: cvs commit: src/contrib/libgmp/mpn/alpha add_n.s addmul_1.s lshift.s mul_1.s rshift.s sub_n.s submul_1.s udiv_qrnnd.S Message-ID: <199803082109.NAA02177@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
jb 1998/03/08 13:09:06 PST Modified files: contrib/libgmp/mpn/alpha add_n.s addmul_1.s lshift.s mul_1.s rshift.s sub_n.s submul_1.s udiv_qrnnd.S Log: Our default rules tend to shove asm code through cpp, so comments starting with hashes have a sub-optimal impact. This change adds /* */ around the block comment in the header of each file to make them friendly to cpp. Also added an Id keyword cause I like to see revision numbers in source. Revision Changes Path 1.2 +2 -0 src/contrib/libgmp/mpn/alpha/add_n.s 1.2 +2 -0 src/contrib/libgmp/mpn/alpha/addmul_1.s 1.2 +2 -0 src/contrib/libgmp/mpn/alpha/lshift.s 1.2 +2 -0 src/contrib/libgmp/mpn/alpha/mul_1.s 1.2 +2 -0 src/contrib/libgmp/mpn/alpha/rshift.s 1.2 +2 -0 src/contrib/libgmp/mpn/alpha/sub_n.s 1.2 +2 -0 src/contrib/libgmp/mpn/alpha/submul_1.s 1.2 +2 -0 src/contrib/libgmp/mpn/alpha/udiv_qrnnd.S To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199803082109.NAA02177>