summaryrefslogtreecommitdiff
path: root/plugins/pychrysalide/arch/operand.h
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2020-05-03 18:15:46 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2020-05-03 18:15:46 (GMT)
commit78da8b1ad594ca24292eb0f047698bc952b7b961 (patch)
tree1e461944f2a5d9f6b61eb6ca31048021580596cd /plugins/pychrysalide/arch/operand.h
parent85ddac0558313b5d3fbd9428ae3e9614f16d514d (diff)
Defined the missing features required to build operands from Python.
Diffstat (limited to 'plugins/pychrysalide/arch/operand.h')
-rw-r--r--plugins/pychrysalide/arch/operand.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/plugins/pychrysalide/arch/operand.h b/plugins/pychrysalide/arch/operand.h
index fdbc4ba..9cb40a0 100644
--- a/plugins/pychrysalide/arch/operand.h
+++ b/plugins/pychrysalide/arch/operand.h
@@ -31,6 +31,9 @@
+/* ------------------------ DEFINITION D'OPERANDE QUELCONQUE ------------------------ */
+
+
/* Fournit un accès à une définition de type à diffuser. */
PyTypeObject *get_python_arch_operand_type(void);