summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2000-06-15 15:11:40 +0000
committerJosé Fonseca <jfonseca@vmware.com>2011-07-11 20:03:29 +0100
commit400eaa569c80730914448671f44defa381f710d9 (patch)
treedc003ae4875176d9fcf555c8a50f960395b117a7 /include
parentf8c5979213260705b7fb92de9b0483e404c8d3cd (diff)
downloadglut-400eaa569c80730914448671f44defa381f710d9.tar.gz
removed non-windows exit() prototype
Diffstat (limited to 'include')
-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 20605cb..3b5cbb2 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