Source-Changes archive

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

Re: CVS commit: basesrc



On Fri, 29 Oct 1999, Michael Graff wrote:
> Modified Files:
>       basesrc/usr.bin/yacc: skeleton.c
> 
> Log Message:
> defined(__NetBSD__) && defined(__RCSID)

Um, is the defined() function to #if available on all platforms?
It seems to me that
#ifdef __NetBSD__
#ifdef __RCSID
...
#endif
#endif

is a bit more on the save side.


 - Hubert

-- 
NetBSD - Better for your uptime than Viagra




Home | Main Index | Thread Index | Old Index