Skip to content

Commit

Permalink
Update Zlib.xs
Browse files Browse the repository at this point in the history
  • Loading branch information
pmqs authored Jun 8, 2023
1 parent 05f68cd commit 387bc96
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Zlib.xs
Original file line number Diff line number Diff line change
Expand Up @@ -208,9 +208,10 @@

#endif

#define STRINGIFY2(X) #X
#define fred ZLIBNG_VER_STATUS
#undef ZLIBNG_VER_STATUS
#define ZLIBNG_VER_STATUS " ## fred ## "
#define ZLIBNG_VER_STATUS STRINGIFY2(fred)

#ifdef USE_PPPORT_H
# define NEED_sv_2pvbyte
Expand Down

0 comments on commit 387bc96

Please sign in to comment.