]> git.uio.no Git - u/mrichter/AliRoot.git/blob - MICROCERN/kerngen/iall1s.inc
- fixing warnings/coverity
[u/mrichter/AliRoot.git] / MICROCERN / kerngen / iall1s.inc
1 C    set a word of all ones
2 #if defined(CERNLIB_QMDOS) && !defined(CERNLIB_QFMSOFT)
3       PARAMETER   (IALL11 = NOT(0))
4 #else
5       PARAMETER   (IALL11 = -1)
6 #endif