From owner-cvs-sys Thu May 30 18:08:16 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id SAA24940 for cvs-sys-outgoing; Thu, 30 May 1996 18:08:16 -0700 (PDT) Received: (from peter@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id SAA24917; Thu, 30 May 1996 18:08:09 -0700 (PDT) Date: Thu, 30 May 1996 18:08:09 -0700 (PDT) From: Peter Wemm Message-Id: <199605310108.SAA24917@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/i386/i386 exception.s microtime.s support.s src/sys/i386/include asmacros.h src/sys/i386/isa icu.s vector.s Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk peter 96/05/30 18:08:09 Modified: sys/i386/i386 exception.s microtime.s support.s sys/i386/include asmacros.h sys/i386/isa icu.s vector.s Log: Jump some hoops to have the *.s code being able to be run through both an ansi and traditional cpp. The nesting rules of macros are different, which required some changes. Use __CONCAT(x,y) instead of /**/. Redo some comments to use /* */ rather than "# comment" because the ansi cpp cares about those, and also cares about quote matching. Revision Changes Path 1.18 +7 -6 src/sys/i386/i386/exception.s 1.13 +100 -94 src/sys/i386/i386/microtime.s 1.36 +18 -18 src/sys/i386/i386/support.s 1.8 +3 -2 src/sys/i386/include/asmacros.h 1.25 +2 -2 src/sys/i386/isa/icu.s 1.20 +40 -40 src/sys/i386/isa/vector.s