Skip to content

Commit

Permalink
Dev #75
Browse files Browse the repository at this point in the history
  • Loading branch information
vulogov committed Sep 19, 2024
1 parent 6407123 commit b133834
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/types.rs
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ pub const QUEUE: u16 = 18;
pub const FIFO: u16 = 19;
pub const OPERATOR: u16 = 20;
pub const CONTEXT: u16 = 21;
pub const LARGE_FLOAT: u16 = 23;
pub const RESULT: u16 = 92;
pub const EXIT: u16 = 93;
pub const ASSOCIATION: u16 = 94;
Expand Down

0 comments on commit b133834

Please sign in to comment.