summaryrefslogtreecommitdiff
path: root/include/GL/glut.h
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2000-06-15 15:11:40 +0000
committerBrian Paul <brian.paul@tungstengraphics.com>2000-06-15 15:11:40 +0000
commit9f60fd21546f5dd3cb46c3ec32d9f084eda17c7e (patch)
tree9a14bed92626f3e23c61fd7d4ef4e40ceedf0e34 /include/GL/glut.h
parent479fab6a3452e9827da46b9e782a015245a87a2c (diff)
removed non-windows exit() prototype
Diffstat (limited to 'include/GL/glut.h')
-rw-r--r--include/GL/glut.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/GL/glut.h b/include/GL/glut.h
index 20605cb358..3b5cbb2f4c 100644
--- a/include/GL/glut.h
+++ b/include/GL/glut.h
@@ -199,7 +199,7 @@ WGLAPI int GLAPIENTRY SetPixelFormat(HDC,int,const PIXELFORMATDESCRIPTOR *);
# define GLUTCALLBACK
# define GLUTAPI extern
/* Prototype exit for the non-Win32 case (see above). */
-extern void exit(int);
+/*extern void exit(int); this screws up gcc -ansi -pedantic! */
#endif