Back to home page

EIC code displayed by LXR

 
 

    


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

0001 C    set a word of all ones
0002 #if defined(CERNLIB_QMDOS) && !defined(CERNLIB_QFMSOFT)
0003       PARAMETER   (IALL11 = NOT(0))
0004 #else
0005       PARAMETER   (IALL11 = -1)
0006 #endif