Skip to content

Commit

Permalink
R struct
Browse files Browse the repository at this point in the history
  • Loading branch information
vmchale committed Oct 11, 2024
1 parent f61b0bb commit 25346bc
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Rc/appler.c
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,7 @@ typedef size_t S;typedef char* T;
#define ZU static U
#define ZR static SEXP

typedef struct AppleC {
U code;S code_sz;FnTy* ty;U sa;ffi_cif* ffi;
} AppleC;
typedef struct AppleC {U code;S code_sz;FnTy* ty;U sa;ffi_cif* ffi;} AppleC;

ZR rf(U x) {
DA(n,x,rnk,REALSXP,r)
Expand Down

0 comments on commit 25346bc

Please sign in to comment.