emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Problem report #7


From: Andreas Schwab
Subject: Re: Problem report #7
Date: Tue, 11 Apr 2006 19:22:57 +0200
User-agent: Gnus/5.110003 (No Gnus v0.3) Emacs/22.0.50 (gnu/linux)

Dan Nicolaescu <address@hidden> writes:

> 3812  #ifndef APOLLO
> 3813    if (stat (SDATA (filename), &st) < 0)
> 3814  #else
> 3815    if ((fd = emacs_open (SDATA (filename), O_RDONLY, 0)) < 0
> 3816        || fstat (fd, &st) < 0)
> 3817  #endif /* not APOLLO */
> 3818  #endif /* WINDOWSNT */
> 3819      {
>
> Event dead_error_line: Cannot reach this line of code
> Event dead_error_condition: On this path, the condition "fd >= 0" could not 
> be true

Unless APOLLO is defined.

Andreas.

-- 
Andreas Schwab, SuSE Labs, address@hidden
SuSE Linux Products GmbH, Maxfeldstraße 5, 90409 Nürnberg, Germany
PGP key fingerprint = 58CA 54C7 6D53 942B 1756  01D3 44D5 214B 8276 4ED5
"And now for something completely different."




reply via email to

[Prev in Thread] Current Thread [Next in Thread]