From 400eaa569c80730914448671f44defa381f710d9 Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Thu, 15 Jun 2000 15:11:40 +0000 Subject: removed non-windows exit() prototype --- include/GL/glut.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') 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 -- cgit v1.2.1