|
|
| version 1.1, 2003/06/17 02:44:07 | version 1.2, 2003/11/09 02:33:58 |
|---|---|
| Line 18 along with GNU CC; see the file COPYING. | Line 18 along with GNU CC; see the file COPYING. |
| the Free Software Foundation, 59 Temple Place - Suite 330, | the Free Software Foundation, 59 Temple Place - Suite 330, |
| Boston, MA 02111-1307, USA. */ | Boston, MA 02111-1307, USA. */ |
| /* $DragonFly$ */ | |
| /* We settle for little endian for now. */ | /* We settle for little endian for now. */ |
| #define TARGET_ENDIAN_DEFAULT 0 | #define TARGET_ENDIAN_DEFAULT 0 |
| Line 46 Boston, MA 02111-1307, USA. */ | Line 48 Boston, MA 02111-1307, USA. */ |
| /* Layout of source language data types. */ | /* Layout of source language data types. */ |
| /* This must agree with <machine/ansi.h> */ | /* This must agree with <machine/stdint.h> */ |
| #undef SIZE_TYPE | #undef SIZE_TYPE |
| #define SIZE_TYPE "long unsigned int" | #define SIZE_TYPE "long unsigned int" |