[xserver-commit] xserver/include closestr.h,3.6,3.7
Warren Turkal
xserver-commit@pdx.freedesktop.org
Committed by: wt
Update of /cvs/xserver/xserver/include
In directory pdx:/tmp/cvs-serv1375/include
Modified Files:
closestr.h
Log Message:
* completely get rid of NeedNestedPrototypes
* completely get rid of NeedVarargsPrototypes
* remove a lot of NeedFunctionPrototypes
* ansify many function declarations
Index: closestr.h
===================================================================
RCS file: /cvs/xserver/xserver/include/closestr.h,v
retrieving revision 3.6
retrieving revision 3.7
diff -u -d -r3.6 -r3.7
--- a/closestr.h 11 Sep 2003 05:12:51 -0000 3.6
+++ b/closestr.h 18 Feb 2004 02:12:44 -0000 3.7
@@ -105,14 +105,12 @@
typedef
int (* PolyTextPtr)(
-#if NeedNestedPrototypes
DrawablePtr /* pDraw */,
GCPtr /* pGC */,
int /* x */,
int /* y */,
int /* count */,
void * /* chars or shorts */
-#endif
);
typedef struct _PTclosure {
@@ -136,14 +134,12 @@
typedef
void (* ImageTextPtr)(
-#if NeedNestedPrototypes
DrawablePtr /* pDraw */,
GCPtr /* pGC */,
int /* x */,
int /* y */,
int /* count */,
void * /* chars or shorts */
-#endif
);
typedef struct _ITclosure {