Commit 0c831e70 authored by claes's avatar claes

Enum for bits added

parent c2446d48
...@@ -79,7 +79,7 @@ SObject pwrb:Type ...@@ -79,7 +79,7 @@ SObject pwrb:Type
!/** !/**
! 64-bit signed integer. ! 64-bit signed integer.
!*/ !*/
Object Int8 $Value Object Int64 $Value
Body SysBody Body SysBody
Attr PgmName = "Int64" Attr PgmName = "Int64"
Attr Text = "Int64" Attr Text = "Int64"
...@@ -109,7 +109,7 @@ SObject pwrb:Type ...@@ -109,7 +109,7 @@ SObject pwrb:Type
!/** !/**
! A single bit in a 16-bit word. ! A single bit in a 16-bit word.
!*/ !*/
Object Bit8 $Value Object Bit16 $Value
Body SysBody Body SysBody
Attr PgmName = "Bit16" Attr PgmName = "Bit16"
Attr Text = "Bit16" Attr Text = "Bit16"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment