From: nikki AT gameboutique DOT co (nikki) Newsgroups: comp.os.msdos.djgpp Subject: Re: A program to find all unused symbols in a C program Date: 27 Feb 1997 10:40:23 GMT Organization: GameBoutique Ltd. Lines: 12 Message-ID: <5f3oan$6ol@flex.uunet.pipex.com> References: <34DB2D72539 AT fs2 DOT mt DOT umist DOT ac DOT uk> NNTP-Posting-Host: www.gameboutique.com Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp just a thought, but putting 'static' before global variables and compiling with -Wall will show unusued global variables too. as well as local unused ones. regards, nik -- Graham Tootell nikki AT gameboutique DOT com