Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!seismo!mimsy!eneevax!umd5!brl-adm!brl-smoke!gwyn From: gwyn@brl-smoke.ARPA (Doug Gwyn ) Newsgroups: comp.lang.c Subject: Re: impossible problem for find(1)? Message-ID: <5815@brl-smoke.ARPA> Date: Thu, 30-Apr-87 15:04:55 EDT Article-I.D.: brl-smok.5815 Posted: Thu Apr 30 15:04:55 1987 Date-Received: Sat, 2-May-87 11:12:39 EDT References: <2645@phri.UUCP> <6454@mimsy.UUCP> <5797@brl-smoke.ARPA> <465@haddock.UUCP> Reply-To: gwyn@brl.arpa (Doug Gwyn (VLD/VMB) ) Organization: Ballistic Research Lab (BRL), APG, MD. Lines: 8 In article <465@haddock.UUCP> karl@haddock.ISC.COM.UUCP (Karl Heuer) writes: -I don't mean to flame the author's style, but what's wrong with - EXIT( file1.st_mtime < file2.st_mtime ? 1 : 0 ); - /* NOTREACHED */ -? That's what the lintpragma is for. Because it doesn't work. The main() function then fails to return a value, and lint detects that (or at least it CAN detect that if it's smart enough).