diff options
Diffstat (limited to 'Tools/modulator/Templates/object_tp_hash')
-rw-r--r-- | Tools/modulator/Templates/object_tp_hash | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Tools/modulator/Templates/object_tp_hash b/Tools/modulator/Templates/object_tp_hash index 1681b4a..2d63f6a 100644 --- a/Tools/modulator/Templates/object_tp_hash +++ b/Tools/modulator/Templates/object_tp_hash @@ -1,7 +1,6 @@ static long -$abbrev$_hash(self) - $abbrev$object *self; +$abbrev$_hash($abbrev$object *self) { /* XXXX Return a hash of self (or -1) */ } |