summaryrefslogtreecommitdiffstats
path: root/Tools/modulator/Templates/object_tp_compare
diff options
context:
space:
mode:
Diffstat (limited to 'Tools/modulator/Templates/object_tp_compare')
-rw-r--r--Tools/modulator/Templates/object_tp_compare7
1 files changed, 7 insertions, 0 deletions
diff --git a/Tools/modulator/Templates/object_tp_compare b/Tools/modulator/Templates/object_tp_compare
new file mode 100644
index 0000000..a2e2e9d
--- /dev/null
+++ b/Tools/modulator/Templates/object_tp_compare
@@ -0,0 +1,7 @@
+
+static int
+$abbrev$_compare(v, w)
+ $abbrev$object *v, *w;
+{
+ /* XXXX Compare objects and return -1, 0 or 1 */
+}