]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
After talking to Bruce Evans and reading more standards specs,
authorru <ru@FreeBSD.org>
Wed, 28 Apr 2004 14:31:44 +0000 (14:31 +0000)
committerru <ru@FreeBSD.org>
Wed, 28 Apr 2004 14:31:44 +0000 (14:31 +0000)
commit7094a911cb0108eb988c5f9f2bbac09e0a4bdc22
tree6526cb230b92f6b3ba8cc2d4a497135c33f78806
parent2f1180c1cac0aad3a7c2b71fd3c73b0c81f46cd6
After talking to Bruce Evans and reading more standards specs,
switch to using C99-style comments everywhere in preprocessed
assembler.  The reason is that lines starting with the regexp
'^[[:space:]]#' are treated as preprocessing directives, and
while it seems to work now with GCC, it's not necessarily has
to work.  Use C99 comments `//' for the trailing comments to
save whitespace.
sys/boot/i386/boot2/boot1.S
sys/boot/i386/boot2/sio.S
sys/boot/i386/btx/btx/btx.S
sys/boot/i386/btx/btxldr/btxldr.S
sys/boot/i386/libi386/amd64_tramp.S
sys/boot/i386/pxeldr/pxeldr.S