summaryrefslogtreecommitdiffstats
path: root/unix/tkUnixXId.c
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2012-06-08 22:19:46 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2012-06-08 22:19:46 (GMT)
commitd965535fda1022e02c618349271e8ec7a26dccde (patch)
tree94fa59472e6b2a0ef3c3cc97ffe115103e66977d /unix/tkUnixXId.c
parent79fa64792bbab42e97785552b9a9cf75fa126695 (diff)
parentb9eb35ddebc45ca5424bb3c24d03c3585ba6030f (diff)
downloadtk-d965535fda1022e02c618349271e8ec7a26dccde.zip
tk-d965535fda1022e02c618349271e8ec7a26dccde.tar.gz
tk-d965535fda1022e02c618349271e8ec7a26dccde.tar.bz2
eliminate some ANSI_ARGS
Diffstat (limited to 'unix/tkUnixXId.c')
-rw-r--r--unix/tkUnixXId.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/unix/tkUnixXId.c b/unix/tkUnixXId.c
index 928c4d5..ca2eb33 100644
--- a/unix/tkUnixXId.c
+++ b/unix/tkUnixXId.c
@@ -74,7 +74,7 @@ TkInitXId(
TkDisplay *dispPtr) /* Tk's information about the display. */
{
dispPtr->idStackPtr = NULL;
- dispPtr->defaultAllocProc = (XID (*) _ANSI_ARGS_((Display *display)))
+ dispPtr->defaultAllocProc = (XID (*) (Display *display))
dispPtr->display->resource_alloc;
dispPtr->display->resource_alloc = AllocXId;
dispPtr->windowStackPtr = NULL;