gcc and VMS headers: __int64

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

 



VMS headers use __int64.


I hack mine up with
#ifdef __GNUC__
#ifndef __int64
#define  __int64 long long
#endif
#endif


It seems to me gcc should recognize __int64, at least on VMS and Win32 targets.

 - Jay
 		 	   		  


[Index of Archives]     [Linux C Programming]     [Linux Kernel]     [eCos]     [Fedora Development]     [Fedora Announce]     [Autoconf]     [The DWARVES Debugging Tools]     [Yosemite Campsites]     [Yosemite News]     [Linux GCC]

  Powered by Linux