Skip to content

Commit

Permalink
Update koopa.h
Browse files Browse the repository at this point in the history
  • Loading branch information
383494 authored and MaxXSoft committed Mar 24, 2024
1 parent 4f07cde commit 65bcef5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions crates/libkoopa/include/koopa.h
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ enum koopa_error_code {
///
/// Type of error code.
///
typedef koopa_error_code koopa_error_code_t;
typedef enum koopa_error_code koopa_error_code_t;

///
/// Raw file (file descriptor or handle).
Expand Down Expand Up @@ -83,7 +83,7 @@ enum koopa_raw_slice_item_kind {
///
/// Type of raw slice item kind.
///
typedef koopa_raw_slice_item_kind koopa_raw_slice_item_kind_t;
typedef enum koopa_raw_slice_item_kind koopa_raw_slice_item_kind_t;

///
/// A raw slice that can store any kind of items.
Expand Down Expand Up @@ -319,7 +319,7 @@ enum koopa_raw_binary_op {
///
/// Type of raw binary operator.
///
typedef koopa_raw_binary_op koopa_raw_binary_op_t;
typedef enum koopa_raw_binary_op koopa_raw_binary_op_t;

///
/// Raw binary operation.
Expand Down

0 comments on commit 65bcef5

Please sign in to comment.