Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 30 May 1996 18:08:09 -0700 (PDT)
From:      Peter Wemm <peter>
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
Message-ID:  <199605310108.SAA24917@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199605310108.SAA24917>