From owner-cvs-games Tue May 9 06:33:27 1995 Return-Path: cvs-games-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id GAA14071 for cvs-games-outgoing; Tue, 9 May 1995 06:33:27 -0700 Received: (from rgrimes@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id GAA14055 ; Tue, 9 May 1995 06:33:09 -0700 Date: Tue, 9 May 1995 06:33:09 -0700 From: "Rodney W. Grimes" Message-Id: <199505091333.GAA14055@freefall.cdrom.com> To: CVS-commiters, cvs-games Subject: cvs commit: src/games/phantasia fight.c gamesupport.c interplayer.c io.c main.c misc.c setup.c Sender: cvs-games-owner@freebsd.org Precedence: bulk rgrimes 95/05/09 06:33:07 Modified: games/adventure init.c games/hack hack.do_name.c hack.mon.c hack.unix.c games/larn main.c games/phantasia fight.c gamesupport.c interplayer.c io.c main.c misc.c setup.c Log: Fix nested comments for -Wcomment warnings. From owner-cvs-games Tue May 9 06:40:31 1995 Return-Path: cvs-games-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id GAA14251 for cvs-games-outgoing; Tue, 9 May 1995 06:40:31 -0700 Received: from gndrsh.aac.dev.com (gndrsh.aac.dev.com [198.145.92.241]) by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id GAA14243 ; Tue, 9 May 1995 06:40:24 -0700 Received: (from rgrimes@localhost) by gndrsh.aac.dev.com (8.6.11/8.6.9) id GAA02816; Tue, 9 May 1995 06:40:21 -0700 From: "Rodney W. Grimes" Message-Id: <199505091340.GAA02816@gndrsh.aac.dev.com> Subject: Re: cvs commit: src/games/phantasia fight.c gamesupport.c interplayer.c io.c main.c misc.c setup.c To: rgrimes@freefall.cdrom.com (Rodney W. Grimes) Date: Tue, 9 May 1995 06:40:21 -0700 (PDT) Cc: CVS-commiters@freefall.cdrom.com, cvs-games@freefall.cdrom.com In-Reply-To: <199505091333.GAA14055@freefall.cdrom.com> from "Rodney W. Grimes" at May 9, 95 06:33:09 am X-Mailer: ELM [version 2.4 PL24] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Content-Length: 1490 Sender: cvs-games-owner@freebsd.org Precedence: bulk > > rgrimes 95/05/09 06:33:07 > > Modified: games/adventure init.c > games/hack hack.do_name.c hack.mon.c hack.unix.c > games/larn main.c > games/phantasia fight.c gamesupport.c interplayer.c io.c > main.c misc.c setup.c > Log: > Fix nested comments for -Wcomment warnings. With this commit the -Wcomment warning are now done to this list of not so easy to fix or questionable as to what is correct to do list: /usr/src/gnu/usr.bin/gdb/gdb/freebsd-nat.c:489: warning: `/*' within comment /usr/src/usr.bin/indent/indent_globs.h:220: warning: `/*' within comment /usr/src/usr.bin/indent/indent.c:1112: warning: `/*' within comment /usr/src/usr.bin/indent/pr_comment.c:86: warning: `/*' within comment /usr/src/usr.bin/indent/pr_comment.c:91: warning: `/*' within comment /usr/src/usr.bin/indent/pr_comment.c:116: warning: `/*' within comment /usr/src/usr.bin/indent/pr_comment.c:159: warning: `/*' within comment /usr/src/usr.bin/login/login_fbtab.c:23: warning: `/*' within comment The source code to phantasia could use a run through indent, the comment format is quite non BSDish, but I left it alone :-) Other than the gdb warning above the others are talking about comment delimiters literally within a comment, kinda hard to change that!! -- Rod Grimes rgrimes@gndrsh.aac.dev.com Accurate Automation Company Custom computers for FreeBSD