Back to home page

EIC code displayed by LXR

 
 

    


Warning, /include/kerngen/wordsize.inc is written in an unsupported language. File is not indexed.

0001 *
0002 * $Id$
0003 *
0004 * $Log$
0005 * Revision 1.1  1996/02/15 17:49:17  mclareni
0006 * Initial revision
0007 *
0008 *
0009 *
0010 * wordsize.inc
0011 *
0012 *    # of bits/word
0013 *    # of characters/word
0014 #if defined(CERNLIB_QMIRTD)
0015       PARAMETER   (NBITPW=64, NCHAPW=8, NBITPC=8)
0016 #else
0017       PARAMETER   (NBITPW=32)
0018       PARAMETER   (NCHAPW=4)
0019 #endif