Skip to content

Commit

Permalink
fix apple
Browse files Browse the repository at this point in the history
  • Loading branch information
DavZim committed Aug 25, 2024
1 parent bed2863 commit 9bd51af
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/count_messages.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

#ifdef __APPLE__
# define fseeko64 fseeko
# define ftello64 ftello
#endif

// counts messages in a file
Expand Down
1 change: 1 addition & 0 deletions src/filter_itch.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

#ifdef __APPLE__
# define fseeko64 fseeko
# define ftello64 ftello
#endif

// [[Rcpp::export]]
Expand Down
1 change: 1 addition & 0 deletions src/read_functions.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

#ifdef __APPLE__
# define fseeko64 fseeko
# define ftello64 ftello
#endif

// [[Rcpp::export]]
Expand Down

0 comments on commit 9bd51af

Please sign in to comment.