K 10 svn:author V 5 markm K 8 svn:date V 27 2001-04-14T20:42:04.000000Z K 7 svn:log V 473 Back out wrapping the asm ... ; bits in #ifndef lint macros. There are some good reasons for not doing this, even if the linting of the code breaks. 1) If lint were ever to understand the stuff inside the macros, that would break the checks. 2) There are ways to use __GNUC__ to exclude overly specific code. 3) (Not yet practical) Lint(1) needs to properlyu understand all of te code we actually run. Complained about by: bde Education by: jake, jhb, eivind END