24 lines
1.0 KiB
C
24 lines
1.0 KiB
C
/***********************************************************************/
|
|
/* */
|
|
/* Objective Caml */
|
|
/* */
|
|
/* Xavier Leroy, projet Cristal, INRIA Rocquencourt */
|
|
/* */
|
|
/* Copyright 1996 Institut National de Recherche en Informatique et */
|
|
/* en Automatique. All rights reserved. This file is distributed */
|
|
/* under the terms of the Q Public License version 1.0. */
|
|
/* */
|
|
/***********************************************************************/
|
|
|
|
/* $Id$ */
|
|
|
|
/* Machine configuration, Intel x86 processors, Windows NT */
|
|
|
|
#undef ARCH_SIXTYFOUR
|
|
#undef ARCH_BIG_ENDIAN
|
|
#undef ARCH_ALIGN_DOUBLE
|
|
#define SIZEOF_INT 4
|
|
#define SIZEOF_LONG 4
|
|
#define SIZEOF_SHORT 2
|
|
|