[xserver-commit] xserver/include swapreq.h,1.4,1.5

Warren Turkal xserver-commit@pdx.freedesktop.org


Committed by: wt

Update of /cvs/xserver/xserver/include
In directory pdx:/tmp/cvs-serv15213/include

Modified Files:
	swapreq.h 
Log Message:
* completely get rid of NeedNestedPrototypes
* completely get rid of NeedVarargsPrototypes
* remove a lot of NeedFunctionPrototypes
* ansify many function declarations



Index: swapreq.h
===================================================================
RCS file: /cvs/xserver/xserver/include/swapreq.h,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- a/swapreq.h	11 Sep 2003 05:12:51 -0000	1.4
+++ b/swapreq.h	18 Feb 2004 03:23:36 -0000	1.5
@@ -46,11 +46,7 @@
 
 #undef SWAPREQ_PROC
 
-#if NeedFunctionPrototypes
 #define SWAPREQ_PROC(func) int func(ClientPtr /* client */)
-#else
-#define SWAPREQ_PROC(func) int func(/* ClientPtr client */)
-#endif
 
 SWAPREQ_PROC(SProcAllocColor);
 SWAPREQ_PROC(SProcAllocColorCells);