Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 4 Sep 2001 19:50:32 -0700 (PDT)
From:      Peter Wemm <peter@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/sys cdefs.h
Message-ID:  <200109050250.f852oW913795@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
peter       2001/09/04 19:50:32 PDT

  Modified files:
    sys/sys              cdefs.h 
  Log:
  Attempt to refine the __IDSTRING() macros so that they dont collide with
  each other.  This will allow multiple __RCSID() entries in the same file
  and even __RCSID() in headers.  **HOWEVER**, the usefulness of this in
  headers is somewhat marginal in non-ELF since they would go into the
  data section where they cannot be easily compressed or stripped.
  It (id's in headers) is also not useful in the non-GCC case since it is
  hard to generate unique variable names.  I have an idea on that though.
  
  Now for mcs: http://mirrors.ccs.neu.edu/cgi-bin/unixhelp/man-cgi?mcs+1
  
  Revision  Changes    Path
  1.34      +13 -5     src/sys/sys/cdefs.h


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




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