summaryrefslogtreecommitdiffstats
path: root/mac/tclMac.h
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2012-11-15 04:16:56 (GMT)
committerdgp <dgp@users.sourceforge.net>2012-11-15 04:16:56 (GMT)
commit5b30baec1239e6330f69e981de5e01d064a9c596 (patch)
tree230286bb12532734c3b09e089928c7cba581a68c /mac/tclMac.h
parent4f9ab2e796b124537cd51c652cb039eccfddda34 (diff)
downloadtcl-5b30baec1239e6330f69e981de5e01d064a9c596.zip
tcl-5b30baec1239e6330f69e981de5e01d064a9c596.tar.gz
tcl-5b30baec1239e6330f69e981de5e01d064a9c596.tar.bz2
Remove all the long dead mac/* files (for Mac OS9 !?!).
Diffstat (limited to 'mac/tclMac.h')
-rw-r--r--mac/tclMac.h26
1 files changed, 0 insertions, 26 deletions
diff --git a/mac/tclMac.h b/mac/tclMac.h
deleted file mode 100644
index 7b4bbb6..0000000
--- a/mac/tclMac.h
+++ /dev/null
@@ -1,26 +0,0 @@
-/*
- * tclMac.h --
- *
- * Declarations of Macintosh specific public variables and procedures.
- *
- * Copyright (c) 1997 Sun Microsystems, Inc.
- *
- * See the file "license.terms" for information on usage and redistribution
- * of this file, and for a DISCLAIMER OF ALL WARRANTIES.
- */
-
-#ifndef _TCLMAC
-#define _TCLMAC
-
-#ifndef _TCL
-# include "tcl.h"
-#endif
-#include <Types.h>
-#include <Files.h>
-#include <Events.h>
-
-typedef int (*Tcl_MacConvertEventPtr) _ANSI_ARGS_((EventRecord *eventPtr));
-
-#include "tclPlatDecls.h"
-
-#endif /* _TCLMAC */