From: Brian Paul Date: Thu, 15 Jun 2000 15:11:40 +0000 (+0000) Subject: removed non-windows exit() prototype X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=9f60fd21546f5dd3cb46c3ec32d9f084eda17c7e;p=mesa.git removed non-windows exit() prototype --- diff --git a/include/GL/glut.h b/include/GL/glut.h index 20605cb358d..3b5cbb2f4cb 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