summaryrefslogtreecommitdiffstats
path: root/Tools/modulator/Templates/object_tp_hash
diff options
context:
space:
mode:
Diffstat (limited to 'Tools/modulator/Templates/object_tp_hash')
-rw-r--r--Tools/modulator/Templates/object_tp_hash7
1 files changed, 7 insertions, 0 deletions
diff --git a/Tools/modulator/Templates/object_tp_hash b/Tools/modulator/Templates/object_tp_hash
new file mode 100644
index 0000000..1681b4a
--- /dev/null
+++ b/Tools/modulator/Templates/object_tp_hash
@@ -0,0 +1,7 @@
+
+static long
+$abbrev$_hash(self)
+ $abbrev$object *self;
+{
+ /* XXXX Return a hash of self (or -1) */
+}