summaryrefslogtreecommitdiff
path: root/include/GL/gl.h
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
commite23e2759fc67973c0d2e3318f79837f88f8bad0d (patch)
treee08d8feac627d0909cba2040e42179de9c031998 /include/GL/gl.h
parenta2ee2fe36043489ca6f185a5ed63306b1dd6cff3 (diff)
changed multi-include guard symbol
Diffstat (limited to 'include/GL/gl.h')
-rw-r--r--include/GL/gl.h10
1 files changed, 4 insertions, 6 deletions
diff --git a/include/GL/gl.h b/include/GL/gl.h
index a0f71bed0b..e27a39dc67 100644
--- a/include/GL/gl.h
+++ b/include/GL/gl.h
@@ -1,4 +1,4 @@
-/* $Id: gl.h,v 1.21 1999/11/12 02:08:59 brianp Exp $ */
+/* $Id: gl.h,v 1.22 1999/11/15 14:26:07 brianp Exp $ */
/*
* Mesa 3-D graphics library
@@ -25,10 +25,8 @@
*/
-
-
-#ifndef GL_H
-#define GL_H
+#ifndef __gl_h_
+#define __gl_h_
#if defined(USE_MGL_NAMESPACE)
#include "gl_mangle.h"
@@ -2338,4 +2336,4 @@ GLAPI void GLAPIENTRY glResizeBuffersMESA( void );
}
#endif
-#endif
+#endif /* __gl_h_ */