Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.1 6/24/83; site mgweed.UUCP Path: utzoo!watmath!clyde!burl!we13!mgweed!rjk From: rjk@mgweed.UUCP (Randy King) Newsgroups: net.lang.c Subject: Re: Wanted--better way to please lint and sccs Message-ID: <7447@mgweed.UUCP> Date: Sun, 4-Mar-84 21:08:31 EST Article-I.D.: mgweed.7447 Posted: Sun Mar 4 21:08:31 1984 Date-Received: Mon, 5-Mar-84 01:18:16 EST References: <831@elsie.UUCP> Organization: AT&T Consumer Products - Montgomery Illinois Lines: 18 I have used the following to shut up lint and include data space declarations of the SCCS keywords: #define SCCSID(x) atoi(x) main() { SCCSID("%A% %M%"); . . } Note that this does take some process time; keep it out of recursive calls. I looked for the most harmless of functions for this task and atoi seemed to fit the bill. Randy King AT&T/CP-MG ihnp4!mgweed!rjk