K 10 svn:author V 2 ru K 8 svn:date V 27 2004-04-28T14:31:44.000000Z K 7 svn:log V 388 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. END