/test/language/error_warning_msg/bad_bit1.msg

http://github.com/tybor/Liberty · Unknown · 8 lines · 7 code · 1 blank · 0 comment · 0 complexity · df8b070e29a84c89ca362ef9cb5b1e55 MD5 · raw file

  1. ****** Fatal Error: No more class BIT since release 2.1. Just
  2. use bit operations from INTEGER_8, INTEGER_16, INTEGER_32, INTEGER
  3. or INTEGER_64.
  4. Line 12 column 14 in BAD_BIT1 (/home/cadrian/Workspace/Dev/Liberty/test/language/error_warning_msg/bad_bit1.e):
  5. b8: BIT 8;
  6. ^
  7. ------