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)
commit19d4434ebc6037f82f9855e75eca61fb12ea021c (patch)
tree94fa59472e6b2a0ef3c3cc97ffe115103e66977d /unix/tkUnixXId.c
parentedda8b98be9e2a87f39bd513bf24636918702552 (diff)
parent8044dc94ffdd371b04635b338f7f1185955102a7 (diff)
downloadtk-19d4434ebc6037f82f9855e75eca61fb12ea021c.zip
tk-19d4434ebc6037f82f9855e75eca61fb12ea021c.tar.gz
tk-19d4434ebc6037f82f9855e75eca61fb12ea021c.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;