Skip to content

Commit

Permalink
Fix #47 Remove CPP11_UNWIND macro
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasp85 committed Dec 4, 2024
1 parent 841a1dd commit 056069e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
if (buf[0] != '\0') { \
Rf_error("%s", buf); \
} else if (err != R_NilValue) { \
CPP11_UNWIND \
R_ContinueUnwind(err); \
}

/*
Expand Down

0 comments on commit 056069e

Please sign in to comment.