Mercurial > pymonkey
comparison src/runtime.cpp @ 173:5cfb47c9e916 default tip
Minor line wrap and spacing fixes.
author | Atul Varma <varmaa@toolness.com> |
---|---|
date | Tue, 01 Sep 2009 03:22:33 -0700 |
parents | dd32a92f6b4f |
children |
comparison
equal
deleted
inserted
replaced
172:94c80a0e7644 | 173:5cfb47c9e916 |
---|---|
149 }; | 149 }; |
150 | 150 |
151 PyTypeObject PYM_JSRuntimeType = { | 151 PyTypeObject PYM_JSRuntimeType = { |
152 PyObject_HEAD_INIT(NULL) | 152 PyObject_HEAD_INIT(NULL) |
153 0, /*ob_size*/ | 153 0, /*ob_size*/ |
154 "pydermonkey.Runtime", /*tp_name*/ | 154 "pydermonkey.Runtime", /*tp_name*/ |
155 sizeof(PYM_JSRuntimeObject), /*tp_basicsize*/ | 155 sizeof(PYM_JSRuntimeObject), /*tp_basicsize*/ |
156 0, /*tp_itemsize*/ | 156 0, /*tp_itemsize*/ |
157 /*tp_dealloc*/ | 157 /*tp_dealloc*/ |
158 (destructor) PYM_JSRuntimeDealloc, | 158 (destructor) PYM_JSRuntimeDealloc, |
159 0, /*tp_print*/ | 159 0, /*tp_print*/ |