]> git.uio.no Git - u/mrichter/AliRoot.git/blob - MICROCERN/kerngen/wordsizc.h
Bugfix in AliPoints2Memory
[u/mrichter/AliRoot.git] / MICROCERN / kerngen / wordsizc.h
1 /*
2 * $Id$
3 *
4 * $Log$
5 * Revision 1.1.2.1  2002/07/11 17:14:49  alibrary
6 * Adding MICROCERN
7 *
8 * Revision 1.1.1.1  1999/05/18 15:55:29  fca
9 * AliRoot sources
10 *
11 * Revision 1.1.1.1  1996/02/15 17:49:19  mclareni
12 * Kernlib
13 *
14 *
15 *
16 * wordsizc.h
17 */
18 #if defined(CERNLIB_QMIRTD)
19 #define NBITPW 64      /* Number of bits  per word */
20 #define NBYTPW 8       /* Number of bytes per word */
21 #else
22 #define NBYTPW 4       /* Number of bytes per word */
23 #endif