Skip to content

Commit

Permalink
don't forget long
Browse files Browse the repository at this point in the history
  • Loading branch information
nicklan committed May 7, 2024
1 parent 78378b8 commit 0fc9bd7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ffi/examples/read-table/schema.h
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,7 @@ DEFINE_VISIT_SIMPLE_TYPE(string);
DEFINE_VISIT_SIMPLE_TYPE(integer);
DEFINE_VISIT_SIMPLE_TYPE(short);
DEFINE_VISIT_SIMPLE_TYPE(byte);
DEFINE_VISIT_SIMPLE_TYPE(long);
DEFINE_VISIT_SIMPLE_TYPE(float);
DEFINE_VISIT_SIMPLE_TYPE(double);
DEFINE_VISIT_SIMPLE_TYPE(boolean);
Expand Down

0 comments on commit 0fc9bd7

Please sign in to comment.