Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 1 Jun 2003 19:41:38 -0700 (PDT)
From:      "David E. O'Brien" <obrien@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/i386/include asm.h
Message-ID:  <200306020241.h522fcbD097854@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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