removed non-windows exit() prototype
authorBrian Paul <brian.paul@tungstengraphics.com>
Thu, 15 Jun 2000 15:11:40 +0000 (15:11 +0000)
committerBrian Paul <brian.paul@tungstengraphics.com>
Thu, 15 Jun 2000 15:11:40 +0000 (15:11 +0000)
include/GL/glut.h

index 20605cb358d48b5a5acba1b16947559390a39a47..3b5cbb2f4cbb15677f24f3ae53d332263167a279 100644 (file)
@@ -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