Skip to content

Commit

Permalink
Fixed typos in some inline replacements.
Browse files Browse the repository at this point in the history
git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/vsg/trunk@110 7332c9bf-690c-0410-b12f-844d5cfd0fe5
  • Loading branch information
peyo committed Sep 11, 2008
1 parent 5428f21 commit b7f7138
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions src/vsgvector3@t@-inline.h
Original file line number Diff line number Diff line change
Expand Up @@ -201,8 +201,8 @@ static inline gboolean vsg_vector3@t@_is_zero_inline (const VsgVector3@t@ *vec)
}

#ifndef VSG_NO_IMPLICIT_INLINE
#define vsg_vector3@t@_spherical_internal \
vsg_vector3@t@_spherical_internal_inline
#define vsg_vector3@t@_to_spherical_internal \
vsg_vector3@t@_to_spherical_internal_inline
#endif
static inline void
vsg_vector3@t@_to_spherical_internal_inline (const VsgVector3@t@ *vec,
Expand Down Expand Up @@ -244,7 +244,7 @@ vsg_vector3@t@_to_spherical_internal_inline (const VsgVector3@t@ *vec,
}

#ifndef VSG_NO_IMPLICIT_INLINE
#define vsg_vector3@t@_to_spherica vsg_vector3@t@_to_spherica_inline
#define vsg_vector3@t@_to_spherical vsg_vector3@t@_to_spherical_inline
#endif
static inline void vsg_vector3@t@_to_spherical_inline (const VsgVector3@t@ *vec,
@type@ *r,
Expand Down Expand Up @@ -375,7 +375,8 @@ static inline @type@ vsg_vector3@t@_insphere_inline (const VsgVector3@t@ *pa,
}

#ifndef VSG_NO_IMPLICIT_INLINE
#define vsg_vector3@t@_locfunc vsg_vector3@t@_locfunc_inline
#define vsg_vector3@t@_vector3@t@_locfunc \
vsg_vector3@t@_vector3@t@_locfunc_inline
#endif
static inline vsgloc3
vsg_vector3@t@_vector3@t@_locfunc_inline (const VsgVector3@t@ *candidate,
Expand Down

0 comments on commit b7f7138

Please sign in to comment.