This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: [PATCH] Bulletproofing -fsyntax-only, round 2 (extra armourplate)


On 13 Jun 2000, Nix wrote:

> "Mark E." <snowball3@bigfoot.com> writes:
> 
> > Someone else already noted that '/dev/null' is fine with DJGPP. But "NUL:" 
> > should be "NUL" (no colon) please. 
> 
> OK; I imagine that's to avoid screwing up the otherwise `special'
> semantics of : in DOS pathnames?

No, it's simply a matter of being correct.  "NUL" is the special file name
recognized by dos as a /dev/null equivalent.  You can add a colon if you
like, but it's not necessary.  eg. "COPY somefile NUL"

-- 
Linuxcare.  Support for the Revolution.



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]