Skip to content
Snippets Groups Projects
Commit 03a14b8e authored by sven.panne@aedion.de's avatar sven.panne@aedion.de
Browse files

[project @ 2000-01-25 14:36:53 by panne]

Added note about necessary synching with MachDeps.h and fixed a small typo
parent e648dc2c
No related merge requests found
/* -----------------------------------------------------------------------------
* $Id: StgTypes.h,v 1.6 1999/07/15 16:11:29 panne Exp $
* $Id: StgTypes.h,v 1.7 2000/01/25 14:36:53 panne Exp $
*
* (c) The GHC Team, 1998-1999
*
......@@ -27,6 +27,7 @@
/*
* First, platform-dependent definitions of size-specific integers.
* Assume for now that the int type is 32 bits.
* NOTE: Synch the following definitions with MachDeps.h!
* ToDo: move these into a platform-dependent file.
*/
......@@ -41,7 +42,7 @@ typedef unsigned short StgWord16;
typedef signed int StgInt32;
typedef unsigned int StgWord32;
#else
#error GHC untested on this architecture: sizeof(unisgned int) != 4
#error GHC untested on this architecture: sizeof(unsigned int) != 4
#endif
/* This #define controls whether we need to support long longs on a particular
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment