On 7/23/13 6:47 AM, Maxime Villard wrote:
> Hi,
> - - - hp300/dev/nhpib.c l.463 - - -
> 
>       int stat1;
> 
>       #ifdef lint
>               if (stat1 = unit) return(1);
>       #endif
> 
> - - -
> 
> What does that mean ?
> 

It's there since '95, who knows for which purposes it was used back then
(debug?). Today, the #ifdef block can be just removed in my opinion, but
Miod will know for sure.

Martin

Reply via email to