branch: externals/pq
commit 12c54fbf15a2962ebf342cb5bb60666fa0d36880
Author: Mario Rodas <mar...@users.noreply.github.com>
Commit: Mario Rodas <mar...@users.noreply.github.com>

    Add undef DEFUN macro
---
 pq.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/pq.c b/pq.c
index 6e68ad6357..e58d47949b 100644
--- a/pq.c
+++ b/pq.c
@@ -238,6 +238,8 @@ emacs_module_init (struct emacs_runtime *ert)
        "Perform identifier value quoting on STRING for CONN.",
        PQescapeIdentifier);
 
+#undef DEFUN
+
   Qnil = env->intern (env, "nil");
   Qt = env->intern (env, "t");
 

Reply via email to