mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-09 16:34:45 -05:00
More cleanup / old perl compat
This commit is contained in:
parent
a815d1821c
commit
4e96cd4605
1 changed files with 1 additions and 0 deletions
|
|
@ -48,6 +48,7 @@ extern ldap_pvt_thread_mutex_t perl_interpreter_mutex;
|
|||
# define na PL_na
|
||||
#else
|
||||
# define call_method(m, f) perl_call_method(m, f)
|
||||
# define eval_pv(m, f) perl_eval_pv(m, f)
|
||||
# define ERRSV GvSV(errgv)
|
||||
#endif
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue