Skip to content

Commit

Permalink
Merge pull request #67 from drufat/prefix
Browse files Browse the repository at this point in the history
Avoid using using double underscore to prefix preprocessor names (rebased).
  • Loading branch information
rougier committed Feb 5, 2016
2 parents 79d7d32 + b1cbc2d commit 3e10736
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions glumpy/library/transforms/geo-position-struct.glsl
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
// Distributed under the (new) BSD License.
// -----------------------------------------------------------------------------

#ifndef __GEO_POSITION_STRUCT__
#define __GEO_POSITION_STRUCT__
#ifndef _GLUMPY__GEO_POSITION_STRUCT__
#define _GLUMPY__GEO_POSITION_STRUCT__
struct GeoPosition
{
float longitude;
Expand Down

0 comments on commit 3e10736

Please sign in to comment.