Skip to content

Commit

Permalink
Revert "API breakage in Pd 0.55.1+."
Browse files Browse the repository at this point in the history
It seems that in the light of the discussions at
pure-data/pure-data#2416, these fixes aren't
needed anymore.

This reverts commit e8d9b24.
  • Loading branch information
agraef committed Aug 31, 2024
1 parent e8d9b24 commit d1d1e6b
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions pdlua.c
Original file line number Diff line number Diff line change
Expand Up @@ -149,11 +149,6 @@ void initialise_lua_state()
# error "Pd version is too new, please file a bug report"
#endif

#if PD_MINOR_VERSION > 55 || PD_MINOR_VERSION == 55 && PD_BUGFIX_VERSION > 0
// API breakage in Pd 0.55.1+
#define sys_trytoopenone(dir, name, ext, dirresult, nameresult, size, bin) sys_trytoopenit(dir, name, ext, dirresult, nameresult, size, bin, 1)
#endif

#ifdef UNUSED
#elif defined(__GNUC__)
# define UNUSED(x) UNUSED_ ## x __attribute__((unused))
Expand Down

0 comments on commit d1d1e6b

Please sign in to comment.