summaryrefslogtreecommitdiff
path: root/tk/unix/tkUnixPort.h
diff options
context:
space:
mode:
Diffstat (limited to 'tk/unix/tkUnixPort.h')
-rw-r--r--tk/unix/tkUnixPort.h8
1 files changed, 5 insertions, 3 deletions
diff --git a/tk/unix/tkUnixPort.h b/tk/unix/tkUnixPort.h
index 1b3fcbe2132..46951b67133 100644
--- a/tk/unix/tkUnixPort.h
+++ b/tk/unix/tkUnixPort.h
@@ -7,7 +7,6 @@
*
* Copyright (c) 1991-1993 The Regents of the University of California.
* Copyright (c) 1994-1996 Sun Microsystems, Inc.
- * Copyright (c) 1998 by Scriptics Corporation.
*
* See the file "license.terms" for information on usage and redistribution
* of this file, and for a DISCLAIMER OF ALL WARRANTIES.
@@ -186,12 +185,12 @@ extern int errno;
* in any other header file.
*/
-extern void panic _ANSI_ARGS_(TCL_VARARGS(char *, string));
/*
* These functions do nothing under Unix, so we just eliminate calls to them.
*/
+#define TkpButtonSetDefaults(specPtr) {}
#define TkpDestroyButton(butPtr) {}
#define TkSelUpdateClipboard(a,b) {}
#define TkSetPixmapColormap(p,c) {}
@@ -231,6 +230,9 @@ extern void panic _ANSI_ARGS_(TCL_VARARGS(char *, string));
* that is needed for portability reasons.
*/
-EXTERN void TclpGetTime _ANSI_ARGS_((Tcl_Time *time));
+#ifndef _TCLINT
+#include <tclInt.h>
+#endif
#endif /* _UNIXPORT */
+