Skip to content

Commit 9870059

Browse files
committed
Document SEXP typedef
1 parent 348b6de commit 9870059

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

crates/ark/src/debug.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// Define `SEXP` as opaque struct. This replaces a dependency on `Rinternals.h`.
12
typedef struct SEXPREC *SEXP;
23

34
// C entry points that are visible to debuggers like lldb.

0 commit comments

Comments
 (0)