lilypond-devel
[Top][All Lists]
Advanced

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

Re: GOP-PROP 2-1: LilyPond is part of GNU


From: David Kastrup
Subject: Re: GOP-PROP 2-1: LilyPond is part of GNU
Date: Thu, 12 Jul 2012 15:20:19 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.1.50 (gnu/linux)

Janek Warchoł <address@hidden> writes:

> 3.4 - trigraphs in C code
> wtf?

You can say that again.  The following is valid C:

??=include <stdio.h>

int main(int ac, char *av??(??))
??<
        printf ("%s??/n", ac>1 ? av??(1??) : "No argument.");
        return 0;
??>

We don't need to check this explicitly: gcc refuses to support this
"feature" of the C/C++ standards unless given an explicit --trigraph
option.

-- 
David Kastrup




reply via email to

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