X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f From: "arizvi" Newsgroups: comp.os.msdos.djgpp Subject: warning: ISO C90 does not support `long long' Date: 28 Sep 2005 08:59:13 -0700 Organization: http://groups.google.com Lines: 19 Message-ID: <1127923153.798885.46160@g14g2000cwa.googlegroups.com> NNTP-Posting-Host: 66.32.136.54 Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" X-Trace: posting.google.com 1127923158 2385 127.0.0.1 (28 Sep 2005 15:59:18 GMT) X-Complaints-To: groups-abuse AT google DOT com NNTP-Posting-Date: Wed, 28 Sep 2005 15:59:18 +0000 (UTC) User-Agent: G2/0.2 X-HTTP-UserAgent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322; .NET CLR 1.0.3705),gzip(gfe),gzip(gfe) Complaints-To: groups-abuse AT google DOT com Injection-Info: g14g2000cwa.googlegroups.com; posting-host=66.32.136.54; posting-account=Se-Idg0AAAC00LEpjdiQS7ZeyWGDYpCA To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Hi, I am porting an application to djgpp, in which i had to substitute a data-type with 'long long'. On compilation, I get the warning: warning: ISO C90 does not support `long long' And because of this, my application does not compile correctly. I have used 'long long' with djgpp before, and i know that it works. Does that mean that this particular application is forcing ISO C90 in its makefile or somewhere? Is there a way i can not use ISO C90, and in place use newer definitions for which 'long long' works? Grateful for any hints .. Thanks a lot, Ahmad