cvs commit: src/sys/i386/include asm.h

David E. O'Brien obrien at FreeBSD.org
Sun Jun 1 19:41:39 PDT 2003


obrien      2003/06/01 19:41:38 PDT

  FreeBSD src repository

  Modified files:
    sys/i386/include     asm.h 
  Log:
  Don't use ## to concatinate to two things that don't together make a C token.
  Two tokens that don't together form a vaid preprocssor token cannot be
  pasted together using ANSI-C token concatinatation.  GCC 3.2's cpp, at least,
  produces the desired result w/o using "##".
  
  Revision  Changes    Path
  1.11      +1 -1      src/sys/i386/include/asm.h


More information about the cvs-src mailing list