*if not $true(osv$unix)

  CONST
    osc$max_integer = 7fffffffffffffff(16);

*else

  CONST
    osc$max_integer = 7fffffff(16);

*ifend

