Skip to content

Commit

Permalink
Forward gu_IS_A_P (undocumented) C macro to rust
Browse files Browse the repository at this point in the history
  • Loading branch information
Javyre committed Feb 18, 2018
1 parent f8e1b81 commit 33121f5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions guile-rs-sys/wrapper.c
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,9 @@ SCM gu_scm_list_n(SCM* elts) {
return answer;
}

int gu_SCM_IS_A_P(SCM val, SCM type) {
return SCM_IS_A_P(val, type);
}

void test_func() {
return;
Expand Down

0 comments on commit 33121f5

Please sign in to comment.