summaryrefslogtreecommitdiffstats
path: root/Tools/modulator/Templates/object_tp_setattr
diff options
context:
space:
mode:
authorJack Jansen <jack.jansen@cwi.nl>1995-05-16 13:47:03 (GMT)
committerJack Jansen <jack.jansen@cwi.nl>1995-05-16 13:47:03 (GMT)
commitebed75116fcd1ebc4737c4ba77b9b74c8b032742 (patch)
treeee10da97ba30b2d0740ce01eef71aa8d74c1b19e /Tools/modulator/Templates/object_tp_setattr
parent52e02998ef9d0c5643cf037f2db3cc5cf7c8c451 (diff)
downloadcpython-ebed75116fcd1ebc4737c4ba77b9b74c8b032742.zip
cpython-ebed75116fcd1ebc4737c4ba77b9b74c8b032742.tar.gz
cpython-ebed75116fcd1ebc4737c4ba77b9b74c8b032742.tar.bz2
Templates converted to new naming conventions (thanks to Chak Tan)
Diffstat (limited to 'Tools/modulator/Templates/object_tp_setattr')
-rw-r--r--Tools/modulator/Templates/object_tp_setattr2
1 files changed, 1 insertions, 1 deletions
diff --git a/Tools/modulator/Templates/object_tp_setattr b/Tools/modulator/Templates/object_tp_setattr
index d4da0ce..2e47f5f 100644
--- a/Tools/modulator/Templates/object_tp_setattr
+++ b/Tools/modulator/Templates/object_tp_setattr
@@ -3,7 +3,7 @@ static int
$abbrev$_setattr(self, name, v)
$abbrev$object *self;
char *name;
- object *v;
+ PyObject *v;
{
/* XXXX Add your own setattr code here */
return -1;