Skip to content

Commit

Permalink
switch from deprecated perl_get_sv
Browse files Browse the repository at this point in the history
  • Loading branch information
mohawk2 committed Oct 7, 2024
1 parent a818fb8 commit c47ec0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PGPLOT.xs
Original file line number Diff line number Diff line change
Expand Up @@ -1497,4 +1497,4 @@ BOOT:
by other modules
*/

sv_setiv(perl_get_sv("PGPLOT::HANDLE",TRUE|GV_ADDMULTI), (IV) (void*) &myPGPLOT_handle);
sv_setiv(get_sv("PGPLOT::HANDLE",TRUE|GV_ADDMULTI), (IV) (void*) &myPGPLOT_handle);

0 comments on commit c47ec0c

Please # to comment.