Skip to content

Commit

Permalink
Update include stubs.
Browse files Browse the repository at this point in the history
  • Loading branch information
krivit committed Dec 9, 2023
1 parent 1ef5543 commit 1466822
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions inst/include/ergm_stubs.c
Original file line number Diff line number Diff line change
Expand Up @@ -388,6 +388,11 @@ if(fun==NULL) fun = (SEXP (*)(void)) R_FindSymbol("ErgmStateArrayClear", "ergm",
return fun();
}

#define STUBFILE
#include <stddef.h>
#include <R_ext/Rdynload.h>
#include "ergm_util.h"

#define STUBFILE
#include <stddef.h>
#include <R_ext/Rdynload.h>
Expand Down

0 comments on commit 1466822

Please sign in to comment.