Skip to content
Snippets Groups Projects
Commit 72643404 authored by Howard Chu's avatar Howard Chu Committed by Quanah Gibson-Mount
Browse files

More cleanup / old perl compat

parent 1e883b85
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment