summaryrefslogtreecommitdiffstats
path: root/Tools/modulator/Templates/object_head
diff options
context:
space:
mode:
Diffstat (limited to 'Tools/modulator/Templates/object_head')
-rw-r--r--Tools/modulator/Templates/object_head2
1 files changed, 1 insertions, 1 deletions
diff --git a/Tools/modulator/Templates/object_head b/Tools/modulator/Templates/object_head
index 9e6fa5e..07d1f6a 100644
--- a/Tools/modulator/Templates/object_head
+++ b/Tools/modulator/Templates/object_head
@@ -6,7 +6,7 @@ typedef struct {
/* XXXX Add your own stuff here */
} $abbrev$object;
-staticforward PyTypeObject $Abbrev$type;
+static PyTypeObject $Abbrev$type;