Path: utzoo!utgpu!news-server.csri.toronto.edu!bonnie.concordia.ca!ccu.umanitoba.ca!herald.usask.ca!alberta!brazeau.ucs.ualberta.ca!unixg.ubc.ca!ubc-cs!uw-beaver!mit-eddie!mintaka!think.com!yale.edu!cmcl2!adm!lhc!lhc!warsaw From: warsaw@nlm.nih.gov (Barry A. Warsaw) Newsgroups: comp.lang.c++ Subject: Re: C++ and RCSid Message-ID: Date: 28 Jun 91 17:47:58 GMT References: <1991Jun27.173201.22178@colorado.edu> Sender: usenet@nlm.nih.gov (usenet news poster) Reply-To: warsaw@nlm.nih.gov Organization: Century Computing, Inc. Lines: 20 In-Reply-To: devin@boulder.Colorado.EDU's message of 27 Jun 91 17:32:01 GMT >>>>> "Devin" == writes: Devin> We're using AT&T C++ 2.0 and RCS, and placing a line in the Devin> .C files similar to Devin> static char *RCSid = "$Header$"; Devin> to allow the use of ident to identify which .C files are Devin> used in an executable. The compiler complains: Devin> "filename.C", line 1: warning: ::RCSid defined but not used I use: static const char rcsid[]="$Id$"; No complaints from C++ 2.0. -Barry