Skip to content

Commit

Permalink
sv_isa_sv() no longer considered experimental
Browse files Browse the repository at this point in the history
  • Loading branch information
leonerd committed Nov 23, 2023
1 parent b2bbe7d commit b39dd14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion embed.fnc
Expand Up @@ -3146,7 +3146,7 @@ Adp |void |sv_insert_flags|NN SV * const bigstr \
Adp |IO * |sv_2io |NN SV * const sv
Adp |int |sv_isa |NULLOK SV *sv \
|NN const char * const name
ARdpx |bool |sv_isa_sv |NN SV *sv \
ARdp |bool |sv_isa_sv |NN SV *sv \
|NN SV *namesv
Adp |int |sv_isobject |NULLOK SV *sv
Adip |IV |SvIV |NN SV *sv
Expand Down

0 comments on commit b39dd14

Please sign in to comment.