From: Robert Hoehne Newsgroups: comp.os.msdos.djgpp Subject: Re: [??] declaring 64bit integer Date: Tue, 17 Dec 1996 11:06:57 +0100 Organization: TU Chemnitz-Zwickau Lines: 17 Message-ID: <32B670C1.1E47@Mathematik.tu-chemnitz.de> References: <5951n6$hts AT news DOT service DOT uci DOT edu> NNTP-Posting-Host: main.hrz.tu-chemnitz.de Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: John Beppu DJ-Gateway: from newsgroup comp.os.msdos.djgpp John Beppu wrote: > > looked like it was using eax & edx, but gcc gave me a warning. you have to append the 'LL' modfier to the long long constant. > return(0x222244445555); return(0x222244445555LL); Robert -- ***************************************************************** * Robert Hoehne, Fakultaet fuer Mathematik, TU-Chemnitz-Zwickau * * Post: Am Berg 3, D-09573 Dittmannsdorf * * e-Mail: Robert DOT Hoehne AT Mathematik DOT TU-Chemnitz DOT DE * * WWW: http://www.tu-chemnitz.de/~rho * *****************************************************************