We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
SEXP
1 parent 348b6de commit 9870059Copy full SHA for 9870059
crates/ark/src/debug.c
@@ -1,3 +1,4 @@
1
+// Define `SEXP` as opaque struct. This replaces a dependency on `Rinternals.h`.
2
typedef struct SEXPREC *SEXP;
3
4
// C entry points that are visible to debuggers like lldb.
0 commit comments