Source-Changes archive

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

Re: CVS commit: src/games/dab




On Dec 26, 2003, at 2:50 PM, Perry E. Metzger wrote:

Those are both case preserving, aren't they?

Preserving, but insensitive. In other words, you will see different behavior if you invoke it in different ways. Let's assume you have a file called foo.C, a C++ source file:

        cc foo.c -- compile foo.C as a C source file

        cc foo.C -- compile foo.C as a C++ source file

The only way to remove the ambiguity is to use a different suffix.

        -- Jason R. Thorpe <thorpej%wasabisystems.com@localhost>

Attachment: PGP.sig
Description: This is a digitally signed message part



Home | Main Index | Thread Index | Old Index