X-Recipient: archive-cygwin AT delorie DOT com DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:subject:to:references:from:message-id:date :mime-version:in-reply-to:content-type :content-transfer-encoding; q=dns; s=default; b=C9t+tKO4c7u8HJ6e +h1fC32mkIQ1kXL1Ms8g7dRNdtevfpHIBY0Sl9D0WNRPPO+AWND6moUQHUlo0j3U Ht1t/fCr0jmsmObyEL3Z6CcCm8l+8F8R1YFeeCqb398wQjNjz+F4JoKBWBAwbuE7 4FTc5MC2d85mM+WGx7xXQFaKWGc= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:subject:to:references:from:message-id:date :mime-version:in-reply-to:content-type :content-transfer-encoding; s=default; bh=SzmuDGuzk+KskOVvbb1pGu TBztM=; b=MRux7VukMu4YBPgh2XbNEqoNZ2qX+Swi6NbSbMB91BNdkittc+zkzt gkAOBE8kKaeo/TOqvURYkVTqE2obQF0cJPF0VL6G2jQYdd4dxn48wBLKvuFrPT0+ F0yODdWH6MoAxhlDx4GARD5dvE3VLS1U3YbJMJ94ez3jXGNS6Tr6s= Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-3.9 required=5.0 tests=AWL,BAYES_00,KAM_LAZY_DOMAIN_SECURITY,RCVD_IN_DNSWL_NONE,RP_MATCHES_RCVD autolearn=ham version=3.3.2 spammy=H*f:sk:0446748, H*MI:sk:0446748, H*i:sk:0446748 X-HELO: mailout01.t-online.de Subject: Re: ushort definition To: cygwin AT cygwin DOT com References: <9d119899-88ca-c530-c1b4-1a5613dc6daa AT gmail DOT com> <20170109165932 DOT GA26337 AT calimero DOT vinschen DOT de> <0446748b-9e3d-a3bc-1c2f-e5e556f735c2 AT gmail DOT com> From: =?UTF-8?Q?Hans-Bernhard_Br=c3=b6ker?= Message-ID: <6c9cefe8-b25a-9f63-c3a4-5eaf5ad0ad0f@t-online.de> Date: Mon, 9 Jan 2017 19:01:32 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.6.0 MIME-Version: 1.0 In-Reply-To: <0446748b-9e3d-a3bc-1c2f-e5e556f735c2@gmail.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Am 09.01.2017 um 18:48 schrieb Marco Atzeri: > On 09/01/2017 17:59, Corinna Vinschen wrote: >> Some >> >> #define ushort unsigned short >> >> perhaps? > I expect should appear on g++ -C -E output, That expectation would only be justified if you added the option `-dD' to your command. `-C' only preserves comments, but not the #define in the source. -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple