Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2007-02-25 05:02:53 +0300
committerCampbell Barton <ideasman42@gmail.com>2007-02-25 05:02:53 +0300
commite64b887fad611917916b2ce30bbcf2aa55593ea5 (patch)
tree904363d8484559ec01eebf91aab49965c30c779f /source/blender/python/api2_2x/SurfNurb.h
parentd07e0abf89800f0126117cd11a286ed5361170ec (diff)
comments in these files made gcc choke, removed
Diffstat (limited to 'source/blender/python/api2_2x/SurfNurb.h')
-rw-r--r--source/blender/python/api2_2x/SurfNurb.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/blender/python/api2_2x/SurfNurb.h b/source/blender/python/api2_2x/SurfNurb.h
index c9f9beadeeb..dcb4f9d4280 100644
--- a/source/blender/python/api2_2x/SurfNurb.h
+++ b/source/blender/python/api2_2x/SurfNurb.h
@@ -41,8 +41,8 @@ extern PyTypeObject SurfNurb_Type;
/* Python BPy_SurfNurb structure definition */
typedef struct {
- PyObject_HEAD /* required py macro */
- Nurb * nurb; /* pointer to Blender data, libdata must be second */ */
+ PyObject_HEAD
+ Nurb * nurb;
/* iterator stuff */
/* internal ptrs to point data. do not free */