summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>1999-11-15 14:26:07 +0000
committerBrian Paul <brian.paul@tungstengraphics.com>1999-11-15 14:26:07 +0000
commit3f2a4a308a6eeda2d747d4fbc6b9f18e7d33025f (patch)
tree47bb45199d56eeeabb434dfd48ad49999fd00230 /include
parent3695905d3b5c9191ab8c53fe28bbedadc86931a5 (diff)
downloadglu-3f2a4a308a6eeda2d747d4fbc6b9f18e7d33025f.tar.gz
changed multi-include guard symbol
Diffstat (limited to 'include')
-rw-r--r--include/GL/glu.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/include/GL/glu.h b/include/GL/glu.h
index 1fb396b..5fef251 100644
--- a/include/GL/glu.h
+++ b/include/GL/glu.h
@@ -1,4 +1,4 @@
-/* $Id: glu.h,v 1.16 1999/11/11 03:21:43 kendallb Exp $ */
+/* $Id: glu.h,v 1.17 1999/11/15 14:26:07 brianp Exp $ */
/*
* Mesa 3-D graphics library
@@ -22,8 +22,8 @@
*/
-#ifndef GLU_H
-#define GLU_H
+#ifndef __glu_h__
+#define __glu_h__
#if defined(USE_MGL_NAMESPACE)
@@ -483,4 +483,4 @@ GLUAPI const GLubyte* GLAPIENTRY gluGetString( GLenum name );
#endif
-#endif
+#endif /* __glu_h__ */