projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
479fab6
)
removed non-windows exit() prototype
author
Brian Paul
<brian.paul@tungstengraphics.com>
Thu, 15 Jun 2000 15:11:40 +0000
(15:11 +0000)
committer
Brian Paul
<brian.paul@tungstengraphics.com>
Thu, 15 Jun 2000 15:11:40 +0000
(15:11 +0000)
include/GL/glut.h
patch
|
blob
|
history
diff --git
a/include/GL/glut.h
b/include/GL/glut.h
index 20605cb358d48b5a5acba1b16947559390a39a47..3b5cbb2f4cbb15677f24f3ae53d332263167a279 100644
(file)
--- 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