Skip to content

Commit

Permalink
Revert "Try to fix stringification with MSVC."
Browse files Browse the repository at this point in the history
This reverts commit be518a1.

This was a failed attempt to help with a plugdata compilation issue,
which needs to be fixed downstream instead.
  • Loading branch information
agraef committed Jan 10, 2023
1 parent be518a1 commit cea491f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pdlua.c
Original file line number Diff line number Diff line change
Expand Up @@ -1698,7 +1698,7 @@ static int pdlua_loader_pathwise
#endif

#define xstr(s) str(s)
#define str(...) #__VA_ARGS__
#define str(s) #s

/** Start the Lua runtime and register our loader hook. */
#ifdef _WIN32
Expand Down

0 comments on commit cea491f

Please sign in to comment.