summaryrefslogtreecommitdiffstats
path: root/mac/MW_TclHeaderCommon.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/MW_TclHeaderCommon.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/MW_TclHeaderCommon.h')
-rw-r--r--mac/MW_TclHeaderCommon.h52
1 files changed, 0 insertions, 52 deletions
diff --git a/mac/MW_TclHeaderCommon.h b/mac/MW_TclHeaderCommon.h
deleted file mode 100644
index 59a57d6..0000000
--- a/mac/MW_TclHeaderCommon.h
+++ /dev/null
@@ -1,52 +0,0 @@
-/*
- * MW_TclHeaderCommon.h --
- *
- * Common includes for precompiled headers
- *
- * 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.
- */
-
-#pragma once
-
-#include "tclMacCommonPch.h"
-
-/*
- * Place any includes below that will are needed by the majority of the
- * and is OK to be in any file in the system.
- */
-
-#include "tcl.h"
-
-#ifdef BUILD_tcl
-# undef TCL_STORAGE_CLASS
-# define TCL_STORAGE_CLASS DLLEXPORT
-#endif
-#include "tclMac.h"
-#undef TCL_STORAGE_CLASS
-#define TCL_STORAGE_CLASS DLLIMPORT
-
-#include "tclInt.h"
-
-
-#if PRAGMA_IMPORT
-#pragma import on
-#endif
-
-#include <MoreFiles.h>
-#include <MoreFilesExtras.h>
-#include <FSpCompat.h>
-#include <FileCopy.h>
-#include <FullPath.h>
-#include <IterateDirectory.h>
-#include <MoreDesktopMgr.h>
-#include <DirectoryCopy.h>
-#include <Search.h>
-
-#ifdef PRAGMA_IMPORT_OFF
-#pragma import off
-#elif PRAGMA_IMPORT
-#pragma import reset
-#endif