Skip to content

Commit

Permalink
build: Vlang 0.4.3 compatibility updates
Browse files Browse the repository at this point in the history
  • Loading branch information
srackham committed Dec 2, 2023
1 parent 09f399e commit ab2697b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pcre2.c.v
Original file line number Diff line number Diff line change
Expand Up @@ -13,16 +13,16 @@ module pcre2
#define PCRE2_CODE_UNIT_WIDTH 8
#include "pcre2.h"

[typedef]
@[typedef]
struct C.pcre2_code {}

[typedef]
@[typedef]
struct C.pcre2_match_data {}

[typedef]
@[typedef]
struct C.pcre2_match_context {}

[typedef]
@[typedef]
struct C.pcre2_compile_context {}

fn C.pcre2_code_free(code &C.pcre2_code)
Expand Down

0 comments on commit ab2697b

Please sign in to comment.