summaryrefslogtreecommitdiffstats
path: root/Tools/modulator/Templates/object_tp_print
diff options
context:
space:
mode:
Diffstat (limited to 'Tools/modulator/Templates/object_tp_print')
-rw-r--r--Tools/modulator/Templates/object_tp_print5
1 files changed, 1 insertions, 4 deletions
diff --git a/Tools/modulator/Templates/object_tp_print b/Tools/modulator/Templates/object_tp_print
index 017712e..76408d2 100644
--- a/Tools/modulator/Templates/object_tp_print
+++ b/Tools/modulator/Templates/object_tp_print
@@ -1,9 +1,6 @@
static int
-$abbrev$_print(self, fp, flags)
- $abbrev$object *self;
- FILE *fp;
- int flags;
+$abbrev$_print($abbrev$object *self, FILE *fp, int flags)
{
/* XXXX Add code here to print self to fp */
return 0;