Enabled WITH_LONG_LONG. No reason it was disabled, it has been supported by the Metrowerks compiler for quite some time.

This commit is contained in:
Jack Jansen 2001-11-06 12:11:05 +00:00
parent ae2df93814
commit f122d366bf
1 changed files with 2 additions and 2 deletions

View File

@ -185,7 +185,7 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
#undef HAVE_LARGEFILE_SUPPORT #undef HAVE_LARGEFILE_SUPPORT
/* Define this if you have the type long long */ /* Define this if you have the type long long */
#undef HAVE_LONG_LONG #define HAVE_LONG_LONG
/* Define if your compiler supports function prototypes */ /* Define if your compiler supports function prototypes */
#define HAVE_PROTOTYPES 1 #define HAVE_PROTOTYPES 1
@ -341,7 +341,7 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
#define SIZEOF_LONG 4 #define SIZEOF_LONG 4
/* The number of bytes in a long long. */ /* The number of bytes in a long long. */
#undef SIZEOF_LONG_LONG #define SIZEOF_LONG_LONG 8
/* The number of bytes in a short. */ /* The number of bytes in a short. */
#define SIZEOF_SHORT 2 #define SIZEOF_SHORT 2