Skip to content

Commit 1950d07

Browse files
committed
be more specific about type of NativeCallBody.lib_handle -- avoids a few more compiler warnings
1 parent af917c3 commit 1950d07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/6model/reprs/NativeCall.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
/* Body of a NativeCall. */
88
typedef struct {
99
char *lib_name;
10-
void *lib_handle;
10+
DLLib *lib_handle;
1111
void *entry_point;
1212
INTVAL convention;
1313
INTVAL num_args;

0 commit comments

Comments
 (0)