diff options
author | Brian Paul <brian.paul@tungstengraphics.com> | 1999-12-15 13:00:45 +0000 |
---|---|---|
committer | Brian Paul <brian.paul@tungstengraphics.com> | 1999-12-15 13:00:45 +0000 |
commit | 7e401c1546fb7a134b3a6058aef18b40b7917993 (patch) | |
tree | e1f16036c20b62d2a71dca6c93ff4f4a921ceaa5 /progs/demos | |
parent | 6625fc53e04db4f3460c97afc20b5621a9130f33 (diff) |
moved #define to column 0
Diffstat (limited to 'progs/demos')
-rw-r--r-- | progs/demos/morph3d.c | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/progs/demos/morph3d.c b/progs/demos/morph3d.c index af052926d7..006a44d4df 100644 --- a/progs/demos/morph3d.c +++ b/progs/demos/morph3d.c @@ -1,7 +1,10 @@ -/* $Id: morph3d.c,v 1.2 1999/09/17 12:27:01 brianp Exp $ */ +/* $Id: morph3d.c,v 1.3 1999/12/15 13:00:45 brianp Exp $ */ /* * $Log: morph3d.c,v $ + * Revision 1.3 1999/12/15 13:00:45 brianp + * moved #define to column 0 + * * Revision 1.2 1999/09/17 12:27:01 brianp * silenced some warnings * @@ -498,7 +501,7 @@ static void draw_dodeca( void ) { GLuint list; - #define TAU ((SQRT5+1)/2) +#define TAU ((SQRT5+1)/2) list = glGenLists( 1 ); glNewList( list, GL_COMPILE ); |