Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 20 May 1998 17:52:18 +1000
From:      Bruce Evans <bde@zeta.org.au>
To:        grog@lemis.com, jdp@polstra.com
Cc:        current@FreeBSD.ORG
Subject:   Re: /sys/device.h: warning: 1 trigraph(s) encountered
Message-ID:  <199805200752.RAA21587@godzilla.zeta.org.au>

next in thread | raw e-mail | index | archive | help
>>       DV_TTY                  /* serial line interface (???) */
>> 
>> The ??? have the form of a trigraph, but for some reason the compiler
>> complains about them though they're in a comment.
>
>That's because the ISO C standard says that the compiler must map
>trigraphs in phase 1 of the translation, but it doesn't eliminate
>comments until phase 3.

Also, there is a trigraph here, namely ??).  (???) here gets converted
to (?].

Bruce

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-current" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199805200752.RAA21587>